diff options
author | Ben Caimano <ben.caimano@10gen.com> | 2021-03-10 19:42:36 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-03-25 21:31:46 +0000 |
commit | 2d485778200b85d688db123ee922b17f37c3df4f (patch) | |
tree | 2da1090be50247774f12985d83e3beac4743e8df /.gitignore | |
parent | d24fbc3f38e3c0d7b983be0312dfd56dc2bc082b (diff) | |
download | mongo-2d485778200b85d688db123ee922b17f37c3df4f.tar.gz |
SERVER-51335 Persist fuzzer corpora for each branch and variant
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index aacba7ef7d7..e034398f239 100644 --- a/.gitignore +++ b/.gitignore @@ -200,3 +200,8 @@ resmoke.ini # UndoDB Recordings *.undo + +# libfuzzer artifacts +default.profraw +/corpora +/corpora-merged |