Make src/interfaces/libpq/test clean up after itself.
It failed to remove a .o file during "make clean", and it lacked a .gitignore file entirely.
This commit is contained in:
parent
5b3a2ca850
commit
090f21bbad
3
src/interfaces/libpq/test/.gitignore
vendored
Normal file
3
src/interfaces/libpq/test/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
/uri-regress
|
||||
/regress.diff
|
||||
/regress.out
|
@ -18,5 +18,5 @@ installcheck: all
|
||||
$(PERL) $(top_srcdir)/$(subdir)/regress.pl
|
||||
|
||||
clean distclean maintainer-clean:
|
||||
rm -f $(PROGS)
|
||||
rm -f $(PROGS) *.o
|
||||
rm -f regress.out regress.diff
|
||||
|
Loading…
x
Reference in New Issue
Block a user