diff options
author | Mathew Robinson <chasinglogic@gmail.com> | 2020-01-29 16:11:37 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-02-13 15:21:41 +0000 |
commit | 65c27c5f9899e2cf72b392a3f1174767afec8823 (patch) | |
tree | df097f6326258335080de20f0a214ce17fdc505c /.gitignore | |
parent | e87edace22b258809b6f209a3cdc6c123149a16b (diff) | |
download | mongo-65c27c5f9899e2cf72b392a3f1174767afec8823.tar.gz |
SERVER-45786 Generate Resmoke configuration file to auto-set installDir
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e3e028ec492..66aaf48b32d 100644 --- a/.gitignore +++ b/.gitignore @@ -185,3 +185,6 @@ codereview.rc # Python venvs and virtualenvs python3-venv python2-venv + +# Generated resmoke configuration file +resmoke.ini
\ No newline at end of file |