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.
This commit is contained in:
Jim Meyering 2009-10-27 12:12:11 +01:00
parent 1c59bb3cef
commit e26cb21e6b
3 changed files with 4 additions and 0 deletions

2
.gitattributes vendored
View File

@ -5,3 +5,5 @@
# # Derived from the regexp in emacs' lisp/add-log.el. # # Derived from the regexp in emacs' lisp/add-log.el.
# [diff "texinfo"] # [diff "texinfo"]
# funcname = "^@node[ \t][ \t]*\\([^,][^,]*\\)" # funcname = "^@node[ \t][ \t]*\\([^,][^,]*\\)"
gl/lib/*.diff -whitespace

View File

@ -4,3 +4,4 @@ Makefile\.am$
^tests/pr/ ^tests/pr/
ChangeLog.* ChangeLog.*
^man/help2man$ ^man/help2man$
^gl/lib/.*\.c\.diff$

View File

@ -9,3 +9,4 @@ m4/lib-prefix.m4
m4/po.m4 m4/po.m4
aclocal.m4 aclocal.m4
src/c99-to-c89.diff src/c99-to-c89.diff
^gl/lib/.*\.c\.diff$