diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-01-27 09:26:15 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-01-27 09:26:15 -0500 |
commit | 511a6d236e4bf244194070fceec7f30c78f11836 (patch) | |
tree | 3bb2e79ea7e5825a9d57e018954dcea5f1fec90d /.gitignore | |
parent | 8ef61c729aead4e125cdf7b8fb6bff7863ea3316 (diff) | |
download | mongo-511a6d236e4bf244194070fceec7f30c78f11836.tar.gz |
change names
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore index 34ea4c795e4..62d04878120 100644 --- a/.gitignore +++ b/.gitignore @@ -17,11 +17,9 @@ *.jsall db/Debug -db/db -db/dbgrid -db/dbtests db/oplog* db/.gdb* +db/makefile.local config.log #temp dirs @@ -31,13 +29,22 @@ logs docs # binaryies +mongo +mongod +mongogrid mongodump mongoimport -firstExample -secondExample + +#libs libmongoclient.* libmongotestfiles.* + +# examples +firstExample +secondExample + +#tests test authTest clientTest -dbshell + |