gitattributes: Ignore time zone data files for whitespace checks
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 22 Jul 2014 03:58:18 +0000 (23:58 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 22 Jul 2014 04:12:10 +0000 (00:12 -0400)
The latest update introduced some funny whitespace, but since they are
externally maintained files, we add them to the list of files to ignore.

.gitattributes

index a13116aaf641eb75efad833a5a639dd7afb4ad3f..ff96567ca54dbdd563d592e94489fc5d5ab00b30 100644 (file)
@@ -33,3 +33,4 @@ src/backend/regex/re_syntax.n     -whitespace
 src/backend/snowball/libstemmer/*.c    -whitespace
 src/backend/utils/mb/Unicode/*-std.txt -whitespace
 src/include/snowball/libstemmer/*  -whitespace
+src/timezone/data/*            -whitespace