Skip to content

Commit 68ea7a9

Browse files
committed
gitattributes: set linguist-vendored attribute on prebuilt LLVM backend
The effect of this attribute is that `prebuilt_llvm_backend.cpp` file is ignored by GitHub linguist and doesn't contribute to the overall language share.
1 parent 645d3d4 commit 68ea7a9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitattributes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ src/backend/snowball/libstemmer/*.c -whitespace
3434
src/backend/utils/mb/Unicode/*-std.txt -whitespace
3535
src/include/snowball/libstemmer/* -whitespace
3636
src/timezone/data/* -whitespace
37+
38+
# If not ignored specifically, prebuilt LLVM backend would account for
39+
# the vast majority of language share on GitHub.
40+
src/backend/executor/llvm_backend/prebuild_llvm_backend.cpp linguist-vendored

0 commit comments

Comments
 (0)