gitattributes: Ignore imported pg_bsd_indent code for whitespace checks

This commit is contained in:
Peter Eisentraut 2023-02-22 09:00:28 +01:00
parent f198f0a48c
commit 7e5ddf7e4d
1 changed files with 2 additions and 0 deletions

2
.gitattributes vendored
View File

@ -29,3 +29,5 @@ src/backend/snowball/libstemmer/*.c -whitespace
src/backend/utils/mb/Unicode/*-std.txt -whitespace
src/include/snowball/libstemmer/* -whitespace
src/timezone/data/* -whitespace
src/tools/pg_bsd_indent/* -whitespace
src/tools/pg_bsd_indent/tests/* -whitespace