]> granicus.if.org Git - postgresql/commit
Fix up .gitignore and cleanup actions in some src/test/ subdirectories.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 24 Apr 2015 21:13:06 +0000 (17:13 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 24 Apr 2015 21:13:06 +0000 (17:13 -0400)
commit732b33f8ae4ecc9d7a9f07fd4cb74a60a2a5e2c2
treeb690776170bc9880a5db19c51093caca822edf89
parent70d44dd9de2b781436ef1d55906614d241e02249
Fix up .gitignore and cleanup actions in some src/test/ subdirectories.

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 Lane
src/test/Makefile
src/test/examples/.gitignore [new file with mode: 0644]
src/test/examples/Makefile
src/test/locale/.gitignore [new file with mode: 0644]
src/test/locale/Makefile
src/test/thread/.gitignore [new file with mode: 0644]