Skip to content
Snippets Groups Projects
Commit 8195e9e9 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

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.
parent 6412f3e2
No related branches found
No related tags found
No related merge requests found
......@@ -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% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment