.gitignore: Ignore gcov intermediate files
authorSebastian Rasmussen <sebras@hotmail.com>
Sun, 2 Mar 2014 04:11:10 +0000 (05:11 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 3 Mar 2014 00:03:44 +0000 (00:03 +0000)
https://bugzilla.gnome.org/show_bug.cgi?id=725483

.gitignore

index b2fe9f0..0b0528a 100644 (file)
@@ -36,6 +36,7 @@ Makefile.in
 Makefile
 *~
 *.bak
+*.gc??
 
 Build
 *.user
@@ -43,4 +44,4 @@ Build
 *.ipch
 *.sdf
 *.opensdf
-*.DS_Store
\ No newline at end of file
+*.DS_Store