"Kevin Grittner" <kevin.gritt...@wicourts.gov> wrote:
 
> Patch attached.
 
The coverage directory belongs under "Local excludes in root
directory".  Version 2.
 
-Kevin

*** a/.gitignore
--- b/.gitignore
***************
*** 12,19 ****
--- 12,28 ----
  *.mo
  objfiles.txt
  .deps/
+ *.h.gcov
+ *.c.gcov
+ *.y.gcov
+ *.l.gcov
+ *.c.gcov.out
+ *.gcno
+ *.gcda
+ lcov.info
  
  # Local excludes in root directory
  /GNUmakefile
  /config.log
  /config.status
+ /coverage/
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to