Add .gitattributes to correct repository language detection

This commit is contained in:
Admer 2021-06-09 16:43:17 +02:00 committed by Robert Beckebans
parent 80c48e3895
commit a65186fa5e

7
.gitattributes vendored Normal file
View 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