]> granicus.if.org Git - postgresql/commit
Ignore config.pl and buildenv.pl in src/tools/msvc.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 12 May 2014 18:24:18 +0000 (14:24 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 12 May 2014 18:24:18 +0000 (14:24 -0400)
commit73011f35eca7f4a3973289d5813648abbc1074a0
tree2231e1d6adf790ebea4f5993f3327841398a82df
parenta3632771bb66eec74c7e73c0d7a5f8cdd6719be2
Ignore config.pl and buildenv.pl in src/tools/msvc.

config.pl and buildenv.pl can be used to customize build settings when
using MSVC.  They should never get committed into the common source tree.

Back-patch to 9.0; it looks like the rules were different in 8.4.

Michael Paquier
src/tools/msvc/.gitignore [new file with mode: 0644]