diff options
author | Mathias Stearn <mathias@10gen.com> | 2015-09-30 13:03:59 -0400 |
---|---|---|
committer | Mathias Stearn <mathias@10gen.com> | 2015-09-30 13:54:00 -0400 |
commit | 07ede612d9daafb94388ffac0109741d41e96ef9 (patch) | |
tree | b1e4d5a1c4f9c1f45d961dc525d05f330a6900bf /.gitignore | |
parent | e5883822fd2fc777fd3e3e6b766f54e2caa8e594 (diff) | |
download | mongo-07ede612d9daafb94388ffac0109741d41e96ef9.tar.gz |
SERVER-20701 add perf.data.old to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index dd62349a3ca..f6009ccb810 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /.jsdbshell /.dbshell /perf.data +/perf.data.old /massif.out.* /smoke-last.json |