pgsql: Ignore config.pl and buildenv.pl in src/tools/msvc.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Ignore config.pl and buildenv.pl in src/tools/msvc.
Date: 2014-05-12 18:24:59
Message-ID: E1WjuuJ-0004qZ-Ut@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ada2ff45ec8f29d21fc00c6fca7151c662b63651

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-05-12 18:25:00 pgsql: Ignore config.pl and buildenv.pl in src/tools/msvc.
Previous Message Fujii Masao 2014-05-12 16:43:07 pgsql: Fix typo in test_shm_mq document.