Skip to content

Commit aba2c29

Browse files
kulpemilio
authored andcommittedJun 5, 2022
Skip input headers in Linguist statistics
[skip ci]
·
v0.72.0v0.60.0
1 parent 3b99dd5 commit aba2c29

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
 

‎bindgen-integration/.gitattributes

Lines changed: 4 additions & 0 deletions
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

Lines changed: 4 additions & 0 deletions
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)
Please sign in to comment.