From c96edef571aaddc138f8e15946b99fd15c8cca64 Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Fri, 23 Dec 2016 07:41:52 -0800 Subject: [PATCH] Ignore samples for GitHub language stats analysis Fixes #2069 --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index dfe07704..1b6f7c89 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ # Auto detect text files and perform LF normalization * text=auto + +# Improve accuracy of GitHub's Linguist-powered language statistics +samples/* linguist-vendored