Clean up after pg_dump test runs.

The tmp_check directory needs to be removed by "make clean",
and also ignored by .gitignore.
This commit is contained in:
Tom Lane 2016-05-06 22:28:01 -04:00
parent 1a2c17f8e2
commit 74a73b1722
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/pg_dump
/pg_dumpall
/pg_restore
/tmp_check/

View File

@ -53,3 +53,4 @@ uninstall:
clean distclean maintainer-clean:
rm -f pg_dump$(X) pg_restore$(X) pg_dumpall$(X) $(OBJS) pg_dump.o common.o pg_dump_sort.o pg_restore.o pg_dumpall.o
rm -rf tmp_check