build: allow whitespace violations in gl/lib/*.diff files
authorJim Meyering <meyering@redhat.com>
Tue, 27 Oct 2009 11:12:11 +0000 (12:12 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 29 Oct 2009 07:14:42 +0000 (08:14 +0100)
* .gitattributes: Exempt gl/lib/*.diff.
* .x-sc_prohibit_tab_based_indentation: Likewise.
* .x-sc_space_tab:Likewise.

.gitattributes
.x-sc_prohibit_tab_based_indentation
.x-sc_space_tab

index 32f18fd..c3b2926 100644 (file)
@@ -5,3 +5,5 @@
 # # Derived from the regexp in emacs' lisp/add-log.el.
 # [diff "texinfo"]
 #         funcname = "^@node[ \t][ \t]*\\([^,][^,]*\\)"
+
+gl/lib/*.diff -whitespace
index 2f5d921..388f94a 100644 (file)
@@ -4,3 +4,4 @@ Makefile\.am$
 ^tests/pr/
 ChangeLog.*
 ^man/help2man$
+^gl/lib/.*\.c\.diff$
index f52ebd0..2ef3428 100644 (file)
@@ -9,3 +9,4 @@ m4/lib-prefix.m4
 m4/po.m4
 aclocal.m4
 src/c99-to-c89.diff
+^gl/lib/.*\.c\.diff$