diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-04-13 13:50:09 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-04-13 13:50:09 -0400 |
commit | 0f0959515451284f4cb63f5b50b68b6c876a1591 (patch) | |
tree | 48c246aa63d00a13752ea1f0b42914ba051dfc81 /.gitignore | |
parent | ac321ab2595d1de4601cdd8f3b1b19110109e9da (diff) | |
download | mongo-0f0959515451284f4cb63f5b50b68b6c876a1591.tar.gz |
move oplog code into db/oplog.*
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0d83f60613d..e7e00154b9f 100644 --- a/.gitignore +++ b/.gitignore @@ -34,7 +34,6 @@ shell/mongo.cpp shell/mongo-server.cpp db/Debug -db/oplog* db/.gdb* db/makefile.local config.log |