summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMark Veltzer <mark.veltzer@gmail.com>2016-10-22 18:37:01 +0300
committerMark Veltzer <mark.veltzer@gmail.com>2016-10-22 18:37:01 +0300
commitf6bc2e4ba52802a1f0d73e79c69e7bcaa73a2927 (patch)
treef0fc211f0884de93aa913bad654f5151a35e2bcc /.gitignore
parent4468c672cec60840a0f1ef660b190ff1c49fdff7 (diff)
downloadgrep-f6bc2e4ba52802a1f0d73e79c69e7bcaa73a2927.tar.gz
ignore coverage generated files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 327e00f8..372ceca2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,7 @@
/doc/grep.toc
/doc/grep.tp
/doc/grep.vr
+/doc/coverage
/gnulib-tests/*
/grep-*.tar.[gx]z
/grep-*.tar.[gx]z.sig
@@ -55,6 +56,10 @@
/tests/patfile
/tests/spencer1.script
/tests/yesno.txt
+/tests/*.gcda
+/tests/*.gcno
+/src/*.gcda
+/src/*.gcno
ABOUT-NLS
ChangeLog
Makefile