mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
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
300ac7ff19
commit
4be0c2e441
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…
Reference in New Issue
Block a user