]> granicus.if.org Git - postgresql/commitdiff
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)
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]

diff --git a/src/tools/msvc/.gitignore b/src/tools/msvc/.gitignore
new file mode 100644 (file)
index 0000000..2470e78
--- /dev/null
@@ -0,0 +1,3 @@
+# Custom configuration files for MSVC build
+/config.pl
+/buildenv.pl