Add code coverage testing support.
[tinc] / .gitignore
index a28ddd1..f3cd877 100644 (file)
@@ -6,6 +6,9 @@
 *.o
 *.orig
 *.swp
+*.gcno
+*.gcda
+*-coverage*
 /ChangeLog
 /INSTALL
 /aclocal.m4
@@ -38,7 +41,9 @@
 /test/*.test.*
 /test/*.log
 /test/*.trs
+/test/pong
 Makefile
 Makefile.in
 core*
+heaptrack.*
 *.tar.gz*