diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-05-23 23:30:52 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-05-23 23:30:52 -0400 |
commit | db6337a8e85b960f18deec7bd2cad788ec4c1b05 (patch) | |
tree | 59de12504336063b94daeeac0f7fb01b7b0bed92 /.gitignore | |
parent | 14e68fa774a21606b7b369ae782d10d72d261656 (diff) | |
download | mongo-db6337a8e85b960f18deec7bd2cad788ec4c1b05.tar.gz |
seperate package for c++ client
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9b8ff680ff4..ec40a731bf9 100644 --- a/.gitignore +++ b/.gitignore @@ -79,10 +79,12 @@ mongostat *.tar.gz mongodb-* +mongo-cxx-driver-* #libs libmongoclient.* libmongotestfiles.* +libmongoshellfiles.* # examples firstExample |