Thanks to visit codestin.com
Credit goes to postgrespro.com

pgsql: Ignore config.pl and buildenv.pl in src/tools/msvc. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Ignore config.pl and buildenv.pl in src/tools/msvc.
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/73011f35eca7f4a3973289d5813648abbc1074a0

Modified Files
--------------
src/tools/msvc/.gitignore |    3 +++
1 file changed, 3 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Ignore config.pl and buildenv.pl in src/tools/msvc.
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql: Replace SYSTEMQUOTEs with Windows-specific wrapper functions.