Skip to content

Commit aba2c29

Browse files
kulpemilio
authored andcommitted
Skip input headers in Linguist statistics
[skip ci]
1 parent 3b99dd5 commit aba2c29

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

bindgen-integration/.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Tell Github Linguist to avoid counting these C and C++ test inputs toward
2+
# statistics.
3+
*.h -linguist-detectable
4+
*.cc -linguist-detectable

tests/.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Tell Github Linguist to avoid counting these C and C++ test inputs toward
2+
# statistics.
3+
*.h -linguist-detectable
4+
*.hpp -linguist-detectable

0 commit comments

Comments
 (0)