Skip to content

Commit de01960

Browse files
committed
Exclude LLVM files from whitespace checks
Commit 9044fc1 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.
1 parent 59ea17c commit de01960

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,12 @@ src/interfaces/libpq/test/expected.out whitespace=-blank-at-eof
2525
# These files are maintained or generated elsewhere. We take them as is.
2626
configure -whitespace
2727
ppport.h -whitespace
28+
src/backend/jit/llvm/SectionMemoryManager.cpp -whitespace
29+
src/backend/jit/llvm/SectionMemoryManager.LICENSE -whitespace
2830
src/backend/regex/COPYRIGHT -whitespace
2931
src/backend/regex/re_syntax.n -whitespace
3032
src/backend/snowball/libstemmer/*.c -whitespace
3133
src/backend/utils/mb/Unicode/*-std.txt -whitespace
34+
src/include/jit/SectionMemoryManager.h -whitespace
3235
src/include/snowball/libstemmer/* -whitespace
3336
src/timezone/data/* -whitespace

0 commit comments

Comments
 (0)