Meta: Add gitattributes file

Github Linguist will read this file when calculating language stats for
the repository. We can use this to exclude any vendored dependencies in
externals and dist. Also makes all h files be considered cpp
This commit is contained in:
James Rowe 2018-09-22 14:41:27 -06:00 committed by fearlessTobi
parent d041aee63c
commit 2dcdc61590

4
.gitattributes vendored Normal file
View file

@ -0,0 +1,4 @@
dist/languages/* linguist-vendored
dist/qt_themes/* linguist-vendored
externals/* linguist-vendored
*.h linguist-language=cpp