Skip to content

Commit 8195e9e

Browse files
committed
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.
1 parent 6412f3e commit 8195e9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,4 @@ src/backend/regex/re_syntax.n -whitespace
3333
src/backend/snowball/libstemmer/*.c -whitespace
3434
src/backend/utils/mb/Unicode/*-std.txt -whitespace
3535
src/include/snowball/libstemmer/* -whitespace
36+
src/timezone/data/* -whitespace

0 commit comments

Comments
 (0)