diff options
author | Jim Meyering <meyering@redhat.com> | 2009-10-27 12:12:11 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-10-29 08:14:42 +0100 |
commit | e26cb21e6b89b06c8629a44bc6b78b2d46d110c9 (patch) | |
tree | 7a01e49a475a87f71bb5f00d9a03341ce735351c /.gitattributes | |
parent | 1c59bb3cefff73c532033863e60e9130892a50dd (diff) | |
download | coreutils-e26cb21e6b89b06c8629a44bc6b78b2d46d110c9.tar.xz |
build: allow whitespace violations in gl/lib/*.diff files
* .gitattributes: Exempt gl/lib/*.diff.
* .x-sc_prohibit_tab_based_indentation: Likewise.
* .x-sc_space_tab:Likewise.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 32f18fd47..c3b2926c7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,3 +5,5 @@ # # Derived from the regexp in emacs' lisp/add-log.el. # [diff "texinfo"] # funcname = "^@node[ \t][ \t]*\\([^,][^,]*\\)" + +gl/lib/*.diff -whitespace |