Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2cf4893

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 ecb2d58 commit 2cf4893

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)