Mark "cpp" folder as linguist-vendored in .gitattributes

This repo is currently being detected as a C project because of some vendored libraries in the "cpp" folder.

According to https://github.com/github/linguist#using-gitattributes you can use ``.gitattributes`` tell GitHub to not count this folder when detecting the language.
This commit is contained in:
Karl Hobley
2017-03-30 13:43:03 +01:00
committed by GitHub
parent 45806951b1
commit b22c6b86c7

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
cpp/* linguist-vendored