gitattributes: Ignore time zone data files for whitespace checks

The latest update introduced some funny whitespace, but since they are
externally maintained files, we add them to the list of files to ignore.
This commit is contained in:
Peter Eisentraut 2014-07-21 23:58:18 -04:00
parent 6412f3e2d0
commit 8195e9e9c1
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View 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