diff options
author | Sridhar Nanjundeswaran <sridhar@10gen.com> | 2013-09-09 16:46:38 -0700 |
---|---|---|
committer | Sridhar Nanjundeswaran <sridhar@10gen.com> | 2013-09-13 12:49:13 -0700 |
commit | 89d8e55e2e56c32efbc47330dbc8bef3832f8b22 (patch) | |
tree | 3b2222da88ac6935fc8b1f8df93313813376c3b0 /.gitignore | |
parent | 2110a136ef89f761928014364acef203d1feca4e (diff) | |
download | mongo-89d8e55e2e56c32efbc47330dbc8bef3832f8b22.tar.gz |
SERVER-9956 - Installer changes for enterprise edition for Windows
1) Changed default install directory
2) C++ driver is now an optional feature that can be installed
3) Enterprise dlls are now installed for enterprise builds
Note: Enterprise is only supported for x64 2008R2+ builds
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index dc5b2551e23..7ff5faaf5e1 100644 --- a/.gitignore +++ b/.gitignore @@ -161,3 +161,7 @@ src/third_party/v8/src/libraries.cc src/mongo/buildinfo.cpp buildinfo.cpp /.settings/ + +*.msi +*.wixobj +*.wixpdb
\ No newline at end of file |