Commit 090f21bb authored by Tom Lane's avatar Tom Lane

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.
parent 5b3a2ca8
/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
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