diff options
author | Mathew Robinson <mathew@chasinglogic.io> | 2020-02-19 14:16:18 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-02-21 19:34:45 +0000 |
commit | 9791eb19d2945a7b60ca0099dc1330c260be78c3 (patch) | |
tree | adf03c487e2cb3952ff2c1ca899a2db98df032a4 /.gitignore | |
parent | 0abcb05ffcf0f6fa0ea71923f6f81b285e0378d7 (diff) | |
download | mongo-9791eb19d2945a7b60ca0099dc1330c260be78c3.tar.gz |
SERVER-46096 Add NINJA_PREFIX
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 4aa101ca973..5b9d3fcf8cb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,7 @@ /.jsdbshell /.dbshell /*.ninja -/*.ninja.deps +/*.ninja.* /.ninja_deps /.ninja_log /perf.data @@ -188,4 +188,4 @@ python3-venv python2-venv # Generated resmoke configuration file -resmoke.ini
\ No newline at end of file +resmoke.ini |