diff options
author | Justin Dearing <jdearing@mongodb.org> | 2010-06-12 08:00:14 +0800 |
---|---|---|
committer | Eliot <eliot@10gen.com> | 2010-06-12 11:33:49 +0800 |
commit | 27952c3bbe1c0fb9f69dc23653bb81811d938b9b (patch) | |
tree | 1d174edafd79e751250ac1e5f234daecb1b4d694 /.gitignore | |
parent | 1829364b730cfcb1dcefd6bf646126b7e1ce9733 (diff) | |
download | mongo-27952c3bbe1c0fb9f69dc23653bb81811d938b9b.tar.gz |
Added .swp files to the .gitignore.
Yes the windows programmer uses VIM.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a67985595e3..17c33067a82 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ perf.data *~ +*.swp *.o *.os *.obj |