Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27a48a commit bde7d6dCopy full SHA for bde7d6d
src/interfaces/libpq/test/.gitignore
@@ -0,0 +1,3 @@
1
+/uri-regress
2
+/regress.diff
3
+/regress.out
src/interfaces/libpq/test/Makefile
@@ -18,5 +18,5 @@ installcheck: all
18
$(PERL) $(top_srcdir)/$(subdir)/regress.pl
19
20
clean distclean maintainer-clean:
21
- rm -f $(PROGS)
+ rm -f $(PROGS) *.o
22
rm -f regress.out regress.diff
0 commit comments