From 5139a7ac821aedf5044fb07d52974c9a3a119f33 Mon Sep 17 00:00:00 2001 From: binary1248 Date: Thu, 5 Feb 2015 03:46:19 +0100 Subject: [PATCH] Add linguist-vendored attribute to the extlibs directory to prevent GitHub from factoring in dependencies when determining the primary language of the repository. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 0db64f4ca..5e2156809 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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