summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2012-07-05 23:19:59 -0400
committerRyan Lortie <desrt@desrt.ca>2012-07-06 00:19:40 -0400
commit8330ed133c521418af9695b833697f8f48b789ff (patch)
tree608a2fa0997b9a62f5272a76853b01b5fd68c146 /.gitignore
parentbb4f8d75af0a08b1e5262986a75042874da29850 (diff)
downloaddconf-8330ed133c521418af9695b833697f8f48b789ff.tar.gz
Add support for measuring testcase coverage
You need to ./configure with --enable-gcov and then type 'make lcov'. HTML report goes into ./lcov-html/index.html
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index beccb04..6538832 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,10 @@ Makefile
*.gir
*.typelib
+# gcov
+*.gcda
+*.gcno
+
# autofoo stuff here
/m4/
/aux/