mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
tool/run-lcov.rb: Filter tmp files out
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
66c9d4f55e
commit
d297bb1496
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ end
|
||||||
def run_lcov_remove(info_src, info_out)
|
def run_lcov_remove(info_src, info_out)
|
||||||
dirs = %w(/tmp/* /usr/*)
|
dirs = %w(/tmp/* /usr/*)
|
||||||
%w(
|
%w(
|
||||||
|
tmp/*
|
||||||
test/*
|
test/*
|
||||||
ext/-test-/*
|
ext/-test-/*
|
||||||
ext/nkf/nkf-utf8/nkf.c
|
ext/nkf/nkf-utf8/nkf.c
|
||||||
|
|
Loading…
Add table
Reference in a new issue