mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
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:
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user