diff options
author | Andrew Morrow <acm@mongodb.com> | 2014-06-20 12:56:35 -0400 |
---|---|---|
committer | Andrew Morrow <acm@mongodb.com> | 2014-07-14 18:54:26 -0400 |
commit | a6a55dfeb3ce0edebc7d58a119b41fe590b61e07 (patch) | |
tree | 3dce87a26f29421c6082bd3205d00608c59d5763 /.gitignore | |
parent | 6d1570d1001a57fcac0f6412c8f22059609029c4 (diff) | |
download | mongo-a6a55dfeb3ce0edebc7d58a119b41fe590b61e07.tar.gz |
SERVER-9570 SERVER-9572 Default install prefix to subdirectory of selectable build dir
In addition, move the .scons directory to a subdirectory of the build
directory. This makes all build artifacts not installed to '#' live under the
build directory.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 00fab4ee9f9..6967b92c3d6 100644 --- a/.gitignore +++ b/.gitignore @@ -2,11 +2,8 @@ /src/mongo/db/modules /.jsdbshell /.dbshell -/.sconsign.dblite -/.sconf_temp /perf.data /massif.out.* -.scons /smoke-last.json *~ |