diff options
author | Jonathan Abrahams <jonathan@mongodb.com> | 2018-08-27 08:36:40 -0400 |
---|---|---|
committer | Jonathan Abrahams <jonathan@mongodb.com> | 2018-08-27 09:47:27 -0400 |
commit | e86d0110125a5d6678d19aa691c1c4ea6a84d647 (patch) | |
tree | c1c9a98c326ac8d99902c36a430da9f9753cce7d /.gitignore | |
parent | 8143b34ed3ff6cb5eeecbc8f8cd9f009a82fe9c1 (diff) | |
download | mongo-e86d0110125a5d6678d19aa691c1c4ea6a84d647.tar.gz |
SERVER-36757 Generate and extract mongoebench-compatible JSON config files to consistent locations
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f33874fbbdc..af2972754d6 100644 --- a/.gitignore +++ b/.gitignore @@ -112,6 +112,9 @@ scratch /clientTest /httpClientTest +# benchrun files +/benchrun_embedded + # Linters .mypy_cache |