mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 12:28:47 +00:00
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
This commit is contained in:
@@ -16,6 +16,10 @@
|
|||||||
# https://github.com/joyent/node
|
# https://github.com/joyent/node
|
||||||
- ^deps/
|
- ^deps/
|
||||||
- ^tools/
|
- ^tools/
|
||||||
|
- (^|/)configure
|
||||||
|
- (^|/)configure.ac
|
||||||
|
- (^|/)config.guess
|
||||||
|
- (^|/)config.sub
|
||||||
|
|
||||||
# Node depedencies
|
# Node depedencies
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|||||||
Reference in New Issue
Block a user