]> 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:37 +0000 (14:24 -0400)
commitc2a4bb3ded75b92c3f92dfff0772f50726c77c6a
tree1d5e953842bb1fd04c42c4796327f75cdc9bcca9
parent8bd328eaee0b3a9d96e5e2f0f6a420ffe05bf4d2
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]