Add notes for GitHub's Linguist tool.

- .h files are generally C++
 - ThirdParty/ is vendored code.
This commit is contained in:
Grant Paul 2015-10-07 17:40:22 -07:00
parent e8105d797d
commit b44c46c877

2
.gitattributes vendored Normal file
View File

@ -0,0 +1,2 @@
ThirdParty/* linguist-vendored
*.h linguist-language=C++