mirror of https://github.com/postgres/postgres
examples/, locale/, and thread/ lacked .gitignore files and were also not connected up to top-level "make clean" etc. This had escaped notice because none of those directories are built in normal scenarios. Still, they have working Makefiles, so if someone does a "make" in one of these directories it would be good if (a) git doesn't bleat about the product files and (b) cleaning up removes them. This is a longstanding oversight, but since this behavior is probably only of interest to developers, there seems no need for back-patching. Michael Paquier and Tom Lanepull/14/head
parent
70d44dd9de
commit
732b33f8ae
@ -0,0 +1,6 @@ |
||||
/testlibpq |
||||
/testlibpq2 |
||||
/testlibpq3 |
||||
/testlibpq4 |
||||
/testlo |
||||
/testlo64 |
@ -0,0 +1 @@ |
||||
/test-ctype |
@ -0,0 +1 @@ |
||||
/thread_test |
Loading…
Reference in new issue