Thread: [COMMITTERS] pgsql: Be more thorough about cleaning out gcov litter.

[COMMITTERS] pgsql: Be more thorough about cleaning out gcov litter.

From
Tom Lane
Date:
Be more thorough about cleaning out gcov litter.

At least on my machine, a run with code coverage enabled produces some
".gcov" files whose names begin with ".".  "rm -f *.gcov" fails to match
those, so they don't get cleaned up by "make clean".  Fix it.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d6ecad812f981e6ea611c1022ce7540830393a36

Modified Files
--------------
src/Makefile.global.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)