diff options
author | Siran Wang <siran.wang@mongodb.com> | 2021-04-07 10:28:14 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-04-21 14:50:55 +0000 |
commit | 0edbd2fe516f44e427f6907f308158d5708de65f (patch) | |
tree | 7956676142eff4f6e8517850b307f4282a9588ec /.gitignore | |
parent | edfe720bfe35c186f7f3f31dbb541ccb1f449d0a (diff) | |
download | mongo-0edbd2fe516f44e427f6907f308158d5708de65f.tar.gz |
SERVER-54086 support download debug symbol from patch build
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e034398f239..8af9c3fe251 100644 --- a/.gitignore +++ b/.gitignore @@ -201,6 +201,9 @@ resmoke.ini # UndoDB Recordings *.undo +# Resmoke runtime trackers +.resmoke_start_time.yml + # libfuzzer artifacts default.profraw /corpora |