summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2011-12-13 18:43:27 +0400
committerIvan Maidanski <ivmai@mail.ru>2011-12-13 18:43:27 +0400
commit8b06e668469d2f75f05f62903d2fbeaf0dfe48f8 (patch)
treee47f53b4175767b1642e4aaa3ba18408f661a72d /.gitignore
parent090753531f79d68c28a4cf8f63822a3dec8a8508 (diff)
downloadbdwgc-8b06e668469d2f75f05f62903d2fbeaf0dfe48f8.tar.gz
.gitignore: Ignore Gcov files (.gcda, .gcno)
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3f2fa9e2..ca7e3670 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,8 @@
# Binary files (in root dir, cord, src, tests):
*.dll
*.exe
+*.gcda
+*.gcno
*.la
*.lib
*.lo