This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The branch, master has been updated
       via  f6bc2e4ba52802a1f0d73e79c69e7bcaa73a2927 (commit)
      from  4468c672cec60840a0f1ef660b190ff1c49fdff7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/grep.git/commit/?id=f6bc2e4ba52802a1f0d73e79c69e7bcaa73a2927


commit f6bc2e4ba52802a1f0d73e79c69e7bcaa73a2927
Author: Mark Veltzer <[email protected]>
Date:   Sat Oct 22 18:37:01 2016 +0300

    ignore coverage generated files

diff --git a/.gitignore b/.gitignore
index 327e00f..372ceca 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

-----------------------------------------------------------------------

Summary of changes:
 .gitignore |    5 +++++
 1 file changed, 5 insertions(+)


hooks/post-receive
-- 
grep

Reply via email to