mirror of
https://https.git.savannah.gnu.org/git/grep.git
synced 2026-01-26 15:39:06 +00:00
ignore coverage generated files
This commit is contained in:
parent
4468c672ce
commit
f6bc2e4ba5
5
.gitignore
vendored
5
.gitignore
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user