summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-09 13:09:21 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-09-09 13:09:21 +0000
commit0919c05501c6fca8733af06863517b88643c2910 (patch)
treeee4455b14794554ecb132e7a7eec3a664211042e /.gitignore
parent19ae6bc70dcd27fa79f703c092247eca483303d3 (diff)
Support LCOV visualization for both C and Ruby code
`./configure --enable-gcov && make exam && make lcov` will create `lcov-c-out/index.html` for coverage of C code of the interpreter. `make exam COVERAGE=true && make lcov` will create `lcov-rb-out/index.html` for coverage of Ruby stdlib code. Using both `--enable-gcov` and `COVERAGE=true` will create `lcov-out/index.html` for total coverage. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5d434881df..bc83b6a1e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -82,6 +82,8 @@ lcov*.info
/goruby
/id.[ch]
/largefile.h
+/lcov-c-out
+/lcov-rb-out
/lcov-out
/lex.c
/libruby*.*