diff options
author | Eliot Horowitz <eliot@10gen.com> | 2013-01-01 21:47:25 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2013-01-01 21:47:25 -0500 |
commit | fc54b8f7df91b004032dda651e8debe694aa8157 (patch) | |
tree | 7486d0662ce4429312d46c4584a58f279943bc6f /.gitignore | |
parent | 23a02cffe69cccd4fb9911dec350c0f5c5b8dd10 (diff) | |
download | mongo-fc54b8f7df91b004032dda651e8debe694aa8157.tar.gz |
smoke.py stores last test results as json
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 863bffb6ee4..f19b5942069 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ /perf.data /massif.out.* .scons +/smoke-last.json *~ *.swp |