summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-10-27 12:12:11 +0100
committerJim Meyering <meyering@redhat.com>2009-10-29 08:14:42 +0100
commite26cb21e6b89b06c8629a44bc6b78b2d46d110c9 (patch)
tree7a01e49a475a87f71bb5f00d9a03341ce735351c
parent1c59bb3cefff73c532033863e60e9130892a50dd (diff)
downloadcoreutils-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.
-rw-r--r--.gitattributes2
-rw-r--r--.x-sc_prohibit_tab_based_indentation1
-rw-r--r--.x-sc_space_tab1
3 files changed, 4 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
diff --git a/.x-sc_prohibit_tab_based_indentation b/.x-sc_prohibit_tab_based_indentation
index 2f5d92120..388f94a3b 100644
--- a/.x-sc_prohibit_tab_based_indentation
+++ b/.x-sc_prohibit_tab_based_indentation
@@ -4,3 +4,4 @@ Makefile\.am$
^tests/pr/
ChangeLog.*
^man/help2man$
+^gl/lib/.*\.c\.diff$
diff --git a/.x-sc_space_tab b/.x-sc_space_tab
index f52ebd05c..2ef34285d 100644
--- a/.x-sc_space_tab
+++ b/.x-sc_space_tab
@@ -9,3 +9,4 @@ m4/lib-prefix.m4
m4/po.m4
aclocal.m4
src/c99-to-c89.diff
+^gl/lib/.*\.c\.diff$