From cb9c3732f2912044c3797a606c8ca5bd9874b4a2 Mon Sep 17 00:00:00 2001 From: Jerome Bakker Date: Fri, 25 Oct 2013 17:02:04 +0200 Subject: [PATCH] Update vendor.yml extend the vendor/ exclusion to handle vendors/ Some projects use this folder to store external libaries (eg https://github.com/Elgg/Elgg) --- 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 d7695643..e7efd0a8 100644 --- a/lib/linguist/vendor.yml +++ b/lib/linguist/vendor.yml @@ -28,7 +28,7 @@ - ^rebar$ # Vendored dependencies -- vendor/ +- vendors?/ # Debian packaging - ^debian/