Skip to content

Commit

Permalink
gitattributes: Ignore time zone data files for whitespace checks
Browse files Browse the repository at this point in the history
The latest update introduced some funny whitespace, but since they are
externally maintained files, we add them to the list of files to ignore.
  • Loading branch information
petere committed Jul 22, 2014
1 parent ecb2d58 commit 2cf4893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2cf4893

Please sign in to comment.