From 88afdac5d220afca20f48f08aa64ded20c18b2ed Mon Sep 17 00:00:00 2001 From: Aditya Mukerjee Date: Mon, 23 Dec 2013 13:30:03 -0500 Subject: [PATCH] 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$