mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-15 07:00:58 +00:00
Add .gitattributes to correct repository language detection
This commit is contained in:
parent
80c48e3895
commit
a65186fa5e
1 changed files with 7 additions and 0 deletions
7
.gitattributes
vendored
Normal file
7
.gitattributes
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Make 100% sure that .cpp and .h files are C++
|
||||
*.cpp linguist-language=C++
|
||||
*.hpp linguist-langauge=C++
|
||||
*.h linguist-language=C++
|
||||
|
||||
# Don't count 3rd-party libraries
|
||||
neo/libs/* linguist_vendored
|
Loading…
Reference in a new issue