Skip to content

Commit 74a73b1

Browse files
committed
Clean up after pg_dump test runs.
The tmp_check directory needs to be removed by "make clean", and also ignored by .gitignore.
1 parent 1a2c17f commit 74a73b1

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/bin/pg_dump/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
/pg_dump
22
/pg_dumpall
33
/pg_restore
4+
5+
/tmp_check/

src/bin/pg_dump/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,4 @@ uninstall:
5353

5454
clean distclean maintainer-clean:
5555
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
56+
rm -rf tmp_check

0 commit comments

Comments
 (0)