diff options
| author | Peter Eisentraut | 2014-07-22 03:58:18 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2014-07-22 04:12:10 +0000 |
| commit | 8195e9e9c12baea983cb2aab018cda864fa2e223 (patch) | |
| tree | 818993044b55bc0150415328e156563ca2043493 /.gitattributes | |
| parent | 6412f3e2d09b562fafc129c134e7336c4fe790ed (diff) | |
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.
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index a13116aaf64..ff96567ca54 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 |
