]> granicus.if.org Git - postgresql/commitdiff
Clean up after pg_dump test runs.
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 7 May 2016 02:28:01 +0000 (22:28 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 7 May 2016 02:28:01 +0000 (22:28 -0400)
The tmp_check directory needs to be removed by "make clean",
and also ignored by .gitignore.

src/bin/pg_dump/.gitignore
src/bin/pg_dump/Makefile

index ae4cf3ce428251946cdd33f8329962eb4ecf142c..e6d78127793facbf5f100468e91887d470a6ecb0 100644 (file)
@@ -1,3 +1,5 @@
 /pg_dump
 /pg_dumpall
 /pg_restore
+
+/tmp_check/
index 9a96361aa35a60735ea340af0ca75da0fd1526b6..25336a5f25d7774dd2bf77496df82ac808597d5a 100644 (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