Skip to content

Commit 96447e9

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 a62d90f commit 96447e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

+3
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,12 @@ src/interfaces/ecpg/test/expected/* -whitespace
2222
# These files are maintained or generated elsewhere. We take them as is.
2323
configure -whitespace
2424
ppport.h -whitespace
25+
src/backend/jit/llvm/SectionMemoryManager.cpp -whitespace
26+
src/backend/jit/llvm/SectionMemoryManager.LICENSE -whitespace
2527
src/backend/regex/COPYRIGHT -whitespace
2628
src/backend/snowball/libstemmer/*.c -whitespace
2729
src/backend/utils/mb/Unicode/*-std.txt -whitespace
30+
src/include/jit/SectionMemoryManager.h -whitespace
2831
src/include/snowball/libstemmer/* -whitespace
2932
src/timezone/data/* -whitespace
3033
src/tools/pg_bsd_indent/* -whitespace

0 commit comments

Comments
 (0)