From 88afdac5d220afca20f48f08aa64ded20c18b2ed Mon Sep 17 00:00:00 2001 From: Aditya Mukerjee Date: Mon, 23 Dec 2013 13:30:03 -0500 Subject: [PATCH 1/2] Ignore non-minified bootstrap files * bootstrap.min.js is already excluded, but bootstrap.js is not. --- lib/linguist/vendor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/linguist/vendor.yml b/lib/linguist/vendor.yml index 2bc71b72..273f11f8 100644 --- a/lib/linguist/vendor.yml +++ b/lib/linguist/vendor.yml @@ -31,7 +31,7 @@ - ^rebar$ # Bootstrap minified css and js -- (^|/)bootstrap([^.]*)(\.min)\.(js|css)$ +- (^|/)bootstrap([^.]*)(\.min)?\.(js|css)$ # Vendored dependencies - thirdparty/ @@ -138,7 +138,7 @@ - ^[Ss]amples/ # LICENSE, README, git config files -- ^COPYING$ +- ^COPYIboNG$ - LICENSE$ - gitattributes$ - gitignore$ From 9a6446bae3330d6095d30a106c72ed9b12c83e2a Mon Sep 17 00:00:00 2001 From: Aditya Mukerjee Date: Mon, 23 Dec 2013 14:04:39 -0500 Subject: [PATCH 2/2] Fix typo --- lib/linguist/vendor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/vendor.yml b/lib/linguist/vendor.yml index 273f11f8..1e020a9d 100644 --- a/lib/linguist/vendor.yml +++ b/lib/linguist/vendor.yml @@ -138,7 +138,7 @@ - ^[Ss]amples/ # LICENSE, README, git config files -- ^COPYIboNG$ +- ^COPYING$ - LICENSE$ - gitattributes$ - gitignore$