diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-05-12 14:24:18 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-05-12 14:24:28 -0400 |
commit | b65a258a512049eba567283d93bd63b22b77916a (patch) | |
tree | 849ab5406bf6add2ba27e80bfef4b03c9d127af9 /src | |
parent | 0ad78306be6bd3db0575b0d046e4cbe7f50635b8 (diff) | |
download | postgresql-b65a258a512049eba567283d93bd63b22b77916a.tar.gz postgresql-b65a258a512049eba567283d93bd63b22b77916a.zip |
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')
-rw-r--r-- | src/tools/msvc/.gitignore | 3 |
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 |