summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2011-12-24 17:53:36 +0100
committerDavid King <amigadave@amigadave.com>2011-12-24 18:04:47 +0100
commit8e9260e9674b9b75d750206e4317f96d10eef510 (patch)
tree0e4c842e8060d377a54a024836bd86145c471c3d /.gitignore
parent936d8fdb96ee6825eb79bbb769f2bbf2dd1de7b4 (diff)
Add code coverage reporting, using lcov
Introduce new Makfile targets lcov and lcov-clean, to generate an HTML report of libcheese test code coverage and clean up the generated files. Check for lcov and genhtml in configure.ac.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index cde7e86..d734900 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
+*.gcda
+*.gcno
*.gmo
*.la
*.lo
@@ -13,6 +15,8 @@ Makefile
Makefile.in*
/autom4te.cache/
/build-aux/
+/cheese-lcov/
+/cheese-lcov.info
/data/*.desktop
/data/*.desktop.in
/data/cheese-gtk.pc