Skip input headers in Linguist statistics

[skip ci]
This commit is contained in:
Darren Kulp 2022-06-02 06:51:43 -04:00 committed by Emilio Cobos Álvarez
parent 3b99dd5410
commit aba2c29fd3
2 changed files with 8 additions and 0 deletions

4
bindgen-integration/.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
# Tell Github Linguist to avoid counting these C and C++ test inputs toward
# statistics.
*.h -linguist-detectable
*.cc -linguist-detectable

4
tests/.gitattributes vendored Normal file
View File

@ -0,0 +1,4 @@
# Tell Github Linguist to avoid counting these C and C++ test inputs toward
# statistics.
*.h -linguist-detectable
*.hpp -linguist-detectable