diff options
author | Ben Caimano <ben.caimano@10gen.com> | 2018-10-26 14:03:21 -0400 |
---|---|---|
committer | Ben Caimano <ben.caimano@10gen.com> | 2018-10-29 19:14:41 -0400 |
commit | 89239090d4c77007729811864b1f37d909b994df (patch) | |
tree | ddce2e17c46bfa7ac26c45db35cd75c879a58097 /.gitignore | |
parent | 6351d83521fce1cd275c657512d38a66752bb441 (diff) | |
download | mongo-89239090d4c77007729811864b1f37d909b994df.tar.gz |
SERVER-37790 Add default genny source and results paths to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index af2972754d6..6bf367fc412 100644 --- a/.gitignore +++ b/.gitignore @@ -93,6 +93,7 @@ scratch /libmongotestfiles.* /libmongoshellfiles.* /sharedclient +/genny /emr.jar *.class @@ -111,6 +112,7 @@ scratch /perftest /clientTest /httpClientTest +/genny_results # benchrun files /benchrun_embedded |