diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-04-30 09:09:12 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-04-30 09:09:12 -0400 |
commit | b3bb71348ebc2227ffa031985433992e23cad16e (patch) | |
tree | d0fca8040c05a3f825c49a8f3a6e9a344c56f373 /.gitignore | |
parent | 947c18dea107def9c9650e23182ef9eecada7b7d (diff) | |
download | mongo-b3bb71348ebc2227ffa031985433992e23cad16e.tar.gz |
put mongo javascript code in cpp not H so easier to include
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6f0519f541b..a4036c0a3be 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ *.log *# .#* +shell/mongo.cpp db/Debug db/oplog* |