Commit 74a73b17 authored by Tom Lane's avatar Tom Lane

Clean up after pg_dump test runs.

The tmp_check directory needs to be removed by "make clean",
and also ignored by .gitignore.
parent 1a2c17f8
/pg_dump /pg_dump
/pg_dumpall /pg_dumpall
/pg_restore /pg_restore
/tmp_check/
...@@ -53,3 +53,4 @@ uninstall: ...@@ -53,3 +53,4 @@ uninstall:
clean distclean maintainer-clean: 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 -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment