diff options
author | Henrik Edin <henrik.edin@mongodb.com> | 2018-04-10 16:20:53 -0400 |
---|---|---|
committer | Henrik Edin <henrik.edin@mongodb.com> | 2018-04-18 08:34:36 -0400 |
commit | da019f4197df2abfec336c5063e674980307ff93 (patch) | |
tree | 70d5504a95ea51710a92fe3cb210f6866fe4ae04 /.gitignore | |
parent | 980e650068c23c762c3662216277fad576a7e7f4 (diff) | |
download | mongo-da019f4197df2abfec336c5063e674980307ff93.tar.gz |
SERVER-29725 mongoe application
Embedded MongoDB in a standalone application. To be able to connect with the shell and perform testing on embedded.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f1536f6140c..009ae7e839f 100644 --- a/.gitignore +++ b/.gitignore @@ -77,6 +77,7 @@ scratch /mongo /mongobridge /mongod +/mongoe /mongogrid /mongoperf /mongos |