summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-05-12 14:24:18 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2014-05-12 14:24:33 -0400
commitada2ff45ec8f29d21fc00c6fca7151c662b63651 (patch)
tree143fde101932458c6e695e106bffd6a1a17ba252
parente158bbb6e95afde040debf3f573fc9b60dbcf469 (diff)
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
-rw-r--r--src/tools/msvc/.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/msvc/.gitignore b/src/tools/msvc/.gitignore
new file mode 100644
index 00000000000..2470e7850d7
--- /dev/null
+++ b/src/tools/msvc/.gitignore
@@ -0,0 +1,3 @@
+# Custom configuration files for MSVC build
+/config.pl
+/buildenv.pl