]> 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:33 +0000 (14:24 -0400)
commitada2ff45ec8f29d21fc00c6fca7151c662b63651
tree143fde101932458c6e695e106bffd6a1a17ba252
parente158bbb6e95afde040debf3f573fc9b60dbcf469
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]