diff options
| author | Nathaniel Brough <nathaniel.brough@gmail.com> | 2023-12-05 10:26:58 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-05 19:26:58 +0100 |
| commit | 9aadb18186c0804f6cc6179bf8ea993337dc669d (patch) | |
| tree | 95cc87193e1b9d1255b45894830ba98b372bde5f /.gitignore | |
| parent | 0ebce56b36ea2a875609949f4da81c9ca6a4a081 (diff) | |
Add simple fuzz testing (#2581)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,10 @@ tests/png tests/pdf tests/svg tests/target +tests/fuzz/target +tests/fuzz/corpus +tests/fuzz/artifacts +tests/fuzz/coverage tarpaulin-report.html # Rust |
