.gitignore: Ignore Gcov files (.gcda, .gcno)
authorIvan Maidanski <ivmai@mail.ru>
Tue, 13 Dec 2011 14:43:27 +0000 (18:43 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 13 Dec 2011 14:43:27 +0000 (18:43 +0400)
.gitignore

index 3f2fa9e..ca7e367 100644 (file)
@@ -3,6 +3,8 @@
 # Binary files (in root dir, cord, src, tests):
 *.dll
 *.exe
+*.gcda
+*.gcno
 *.la
 *.lib
 *.lo