Content-Length: 265437 | pFad | http://github.com/postgrespro/postgres_cluster/commit/bde7d6d79464c453ddafd18c5f4e808c17c4f04f

CF Make src/interfaces/libpq/test clean up after itself. · postgrespro/postgres_cluster@bde7d6d · GitHub
Skip to content

Commit bde7d6d

Browse files
committed
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.
1 parent d27a48a commit bde7d6d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/interfaces/libpq/test/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/uri-regress
2+
/regress.diff
3+
/regress.out

src/interfaces/libpq/test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ installcheck: all
1818
$(PERL) $(top_srcdir)/$(subdir)/regress.pl
1919

2020
clean distclean maintainer-clean:
21-
rm -f $(PROGS)
21+
rm -f $(PROGS) *.o
2222
rm -f regress.out regress.diff

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/bde7d6d79464c453ddafd18c5f4e808c17c4f04f

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy