Re: .gitignore patch for coverage builds
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Cc: pgsql-hackers@postgresql.org
Date: 2011-01-26T21:44:11Z
Lists: pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes: > 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. Ick. That's an awful lot of stuff to have global ignores for. Perhaps we should recommend people do coverage tests in separate build trees, instead. regards, tom lane