Building for coverage and running the reports littered my tree with
files which should probably be in .gitignore for just such a
contingency.  Patch attached.
 
-Kevin

*** a/.gitignore
--- b/.gitignore
***************
*** 12,17 ****
--- 12,26 ----
  *.mo
  objfiles.txt
  .deps/
+ *.h.gcov
+ *.c.gcov
+ *.y.gcov
+ *.l.gcov
+ *.c.gcov.out
+ *.gcno
+ *.gcda
+ lcov.info
+ coverage/
  
  # Local excludes in root directory
  /GNUmakefile
-- 
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