diff options
author | iximeow <me@iximeow.net> | 2025-09-29 01:35:33 +0000 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2025-09-29 01:35:33 +0000 |
commit | 5079a605a8ab1b89cb745a727dfb64b3b2e8600e (patch) | |
tree | da6e2cf63c214bd68ca45d0eba3d8772f22494a1 /fuzz/.gitignore | |
parent | f24c3adc9fef4b2e88b64d4aba65ba9c5d1319b6 (diff) |
add display/decode fuzzing, which caught a few issues
Diffstat (limited to 'fuzz/.gitignore')
-rw-r--r-- | fuzz/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fuzz/.gitignore b/fuzz/.gitignore new file mode 100644 index 0000000..1a45eee --- /dev/null +++ b/fuzz/.gitignore @@ -0,0 +1,4 @@ +target +corpus +artifacts +coverage |