From 3511380c727f5b79abd2831f84a6199d6c2266ba Mon Sep 17 00:00:00 2001 From: Herbert Koelman Date: Mon, 10 Dec 2012 00:07:20 +0100 Subject: [PATCH] Added to vendor.yml the following dependencies related to automake and autoconf: - (^|/)configure - (^|/)configure.ac - (^|/)config.guess - (^|/)config.sub Before changing: [herbert@vps11071 linguist]$ bundle exec linguist ../atmi++/ 75% Shell 15% C++ 10% C 0% Perl After changing: 54% C++ 37% C 9% Shell 0% Perl --- lib/linguist/vendor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/linguist/vendor.yml b/lib/linguist/vendor.yml index 5ab1bb67..fe411ade 100644 --- a/lib/linguist/vendor.yml +++ b/lib/linguist/vendor.yml @@ -16,6 +16,10 @@ # https://github.com/joyent/node - ^deps/ - ^tools/ +- (^|/)configure +- (^|/)configure.ac +- (^|/)config.guess +- (^|/)config.sub # Node depedencies - node_modules/