From f73f3095955dab54930686fd0ef20947c5ab54e2 Mon Sep 17 00:00:00 2001 From: Ted Nyman Date: Mon, 15 Jul 2013 12:06:07 -0700 Subject: [PATCH] Don't bother with .gitignore files --- lib/linguist/vendor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/linguist/vendor.yml b/lib/linguist/vendor.yml index f8188217..8132cd04 100644 --- a/lib/linguist/vendor.yml +++ b/lib/linguist/vendor.yml @@ -117,8 +117,9 @@ # Samples folders - ^[Ss]amples/ -# LICENSE files +# LICENSE files and gitignore - ^LICENSE$ +- gitignore$ # Test fixtures - ^[Tt]est/fixtures/