.gitignore: ignore gcov files
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 24 Mar 2017 01:54:02 +0000 (21:54 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 16:57:40 +0000 (12:57 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
.gitignore

index d4b3b4480bd778522edbdbca78c81d0f7dbb5c6a..91bb4905595ca2fc34a0ce57d10a4ecc8b721b26 100644 (file)
@@ -67,3 +67,7 @@ babeltrace-ctf.pc
 TAGS
 cscope*
 doc/api/Doxyfile
+*.gcno
+*.gcda
+*.gcov
+*.html
This page took 0.02477 seconds and 4 git commands to generate.