mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Exclude LLVM files from whitespace checks
Commit 9044fc1d45 added some files from upstream LLVM. These files
have different whitespace rules, which make the git whitespace checks
powered by gitattributes fail. To fix, add those files to the exclude
list.
This commit is contained in:
parent
f00c401c65
commit
26b74b3cad
1 changed files with 3 additions and 0 deletions
3
.gitattributes
vendored
3
.gitattributes
vendored
|
|
@ -23,8 +23,11 @@ src/interfaces/ecpg/test/expected/* -whitespace
|
|||
# These files are maintained or generated elsewhere. We take them as is.
|
||||
configure -whitespace
|
||||
ppport.h -whitespace
|
||||
src/backend/jit/llvm/SectionMemoryManager.cpp -whitespace
|
||||
src/backend/jit/llvm/SectionMemoryManager.LICENSE -whitespace
|
||||
src/backend/regex/COPYRIGHT -whitespace
|
||||
src/backend/snowball/libstemmer/*.c -whitespace
|
||||
src/backend/utils/mb/Unicode/*-std.txt -whitespace
|
||||
src/include/jit/SectionMemoryManager.h -whitespace
|
||||
src/include/snowball/libstemmer/* -whitespace
|
||||
src/timezone/data/* -whitespace
|
||||
|
|
|
|||
Loading…
Reference in a new issue