From a1641f2ffae9675850cee0ccd203794223c70d98 Mon Sep 17 00:00:00 2001 From: Shrayas Rajagopal Date: Mon, 7 Apr 2014 11:35:28 +0530 Subject: [PATCH] Fixing cache vendor regex * Fixes #1051 * Any folder with "cache" in it was being ignored. This fixes it. --- 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 135f367c..5a9f9e18 100644 --- a/lib/linguist/vendor.yml +++ b/lib/linguist/vendor.yml @@ -10,7 +10,7 @@ ## Vendor Conventions ## # Caches -- cache/ +- (^|/)cache/ # Dependencies - ^[Dd]ependencies/