Add linguist-vendored attribute to the extlibs directory to prevent GitHub from factoring in dependencies when determining the primary language of the repository.

This commit is contained in:
binary1248 2015-02-05 03:46:19 +01:00 committed by Lukas Dürrenberger
parent 976c4219e5
commit 5139a7ac82

2
.gitattributes vendored
View File

@ -1,6 +1,6 @@
* text=auto eol=lf
extlibs/**/* -text -eol
extlibs/**/* -text -eol linguist-vendored
src/SFML/Graphics/stb_image/**/* -text -eol
*.png -text -eol