From 82b5afe480156b92e58099f62e6569556388504c Mon Sep 17 00:00:00 2001 From: Justin Yost Date: Tue, 3 Mar 2015 18:01:10 -0800 Subject: [PATCH 1/3] Marking directories as containing vendor files Ref: https://github.com/github/linguist#using-gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 926a808..ede3113 100755 --- a/.gitattributes +++ b/.gitattributes @@ -34,3 +34,6 @@ *.mo binary *.pdf binary *.phar binary + +# Mark directories as containing vendor files and ignore from Language information +puphpet/* linguist-vendored From cdbc6a1cefbbb085fd7a7f35ee9f228733ace5aa Mon Sep 17 00:00:00 2001 From: Justin Yost Date: Tue, 3 Mar 2015 18:02:36 -0800 Subject: [PATCH 2/3] Updating the puphpet path Testing changes --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index ede3113..35dfb70 100755 --- a/.gitattributes +++ b/.gitattributes @@ -36,4 +36,4 @@ *.phar binary # Mark directories as containing vendor files and ignore from Language information -puphpet/* linguist-vendored +./puphpet/* linguist-vendored From ccd2163c1b1c09722d6f875f8ffafc62063cb38e Mon Sep 17 00:00:00 2001 From: Justin Yost Date: Tue, 3 Mar 2015 18:06:18 -0800 Subject: [PATCH 3/3] Testing changes for the linguist-vendored --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 35dfb70..da782a1 100755 --- a/.gitattributes +++ b/.gitattributes @@ -36,4 +36,4 @@ *.phar binary # Mark directories as containing vendor files and ignore from Language information -./puphpet/* linguist-vendored +./puphpet/* linguist-vendored=false