diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-12-18 16:53:44 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-12-18 16:53:44 -0500 |
commit | 92bc50cff133ef161911ab1f93ccfb7616c93252 (patch) | |
tree | 40b6eca02fbfc8a6a25bdc08233d0722b1bd5878 /.gitignore | |
parent | ce3f73a645c72a480a2d0e9d96d31bd4f35251ad (diff) | |
download | mongo-92bc50cff133ef161911ab1f93ccfb7616c93252.tar.gz |
split server test code out from general js code SERVER-472
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e086e45e95d..3256d024a6e 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ *# .#* shell/mongo.cpp +shell/mongo-server.cpp db/Debug db/oplog* |