diff options
author | Mathias Stearn <redbeard0531@gmail.com> | 2009-10-13 11:35:55 -0400 |
---|---|---|
committer | Mathias Stearn <redbeard0531@gmail.com> | 2009-10-13 11:35:55 -0400 |
commit | 1719642eee3676a337ff51d43a52ff7a00c3cc9f (patch) | |
tree | 6b0aa03890e76d0e91056cfda7ffba5635aa105c /.gitignore | |
parent | 6dad2527d203f0b4a9f1d3a94bbad74a8156a166 (diff) | |
download | mongo-1719642eee3676a337ff51d43a52ff7a00c3cc9f.tar.gz |
add tags file to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 453057ef7f7..fd6062f7918 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,7 @@ db/makefile.local config.log settings.py buildinfo.cpp +tags #temp dirs dump @@ -45,7 +46,7 @@ docs 32bit scratch -# binaryies +# binaries mongo mongod mongogrid |