diff options
author | Andy Schwerin <schwerin@10gen.com> | 2011-12-27 13:54:42 -0800 |
---|---|---|
committer | Andy Schwerin <schwerin@10gen.com> | 2011-12-27 14:28:56 -0800 |
commit | 1310f7e8a3a88e2c1118783830b0da40cff7406d (patch) | |
tree | e9c87cf15cb186b69204c30a6fb24e09cd623a1e /.gitignore | |
parent | 7b745865c00a9d5de60fb3aab190755755845685 (diff) | |
download | mongo-1310f7e8a3a88e2c1118783830b0da40cff7406d.tar.gz |
Update .gitignore so as not to ignore src/mongo.
CR: eliot
http://codereview.10gen.com/7232243/
Still to ignore the two autogenerated files, /src/mongo/shell/mongo.cpp and
/src/mongo/shell/mongo-server.cpp.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 922d1d9afc3..abb0fb8aae8 100644 --- a/.gitignore +++ b/.gitignore @@ -36,8 +36,8 @@ massif.out.* *.psess *# .#* -shell/mongo.cpp -shell/mongo-server.cpp +/src/mongo/shell/mongo.cpp +/src/mongo/shell/mongo-server.cpp */Debug/ */*/Debug/ @@ -66,7 +66,7 @@ docs/doxygen scratch # binaries -mongo +/mongo mongod mongogrid mongos |