diff options
author | Andrew Morrow <acm@10gen.com> | 2013-05-21 21:07:48 -0400 |
---|---|---|
committer | Andrew Morrow <acm@10gen.com> | 2013-06-03 20:21:13 -0400 |
commit | da8c0fa929eeb03dbe3fb0533874de31da0bc8c8 (patch) | |
tree | c303beed34a3e80e0e77092cd4eaab7b105836c0 /.gitignore | |
parent | 9b148b0419d79f7173d0e972e8427fea67f77616 (diff) | |
download | mongo-da8c0fa929eeb03dbe3fb0533874de31da0bc8c8.tar.gz |
SERVER-6514 Re-add support for building the C++ driver shared library
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5231f4f4965..8259ae8ddb0 100644 --- a/.gitignore +++ b/.gitignore @@ -101,6 +101,7 @@ scratch /libmongoclient.* /libmongotestfiles.* /libmongoshellfiles.* +/sharedclient /emr.jar *.class |