summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorTom Lane2014-05-12 18:24:18 +0000
committerTom Lane2014-05-12 18:24:18 +0000
commit73011f35eca7f4a3973289d5813648abbc1074a0 (patch)
tree2231e1d6adf790ebea4f5993f3327841398a82df /src/tools
parenta3632771bb66eec74c7e73c0d7a5f8cdd6719be2 (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
Diffstat (limited to 'src/tools')
-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 0000000000..2470e7850d
--- /dev/null
+++ b/src/tools/msvc/.gitignore
@@ -0,0 +1,3 @@
+# Custom configuration files for MSVC build
+/config.pl
+/buildenv.pl