diff options
author | Nardi Ivan <nardi.ivan@gmail.com> | 2023-10-13 15:57:35 +0200 |
---|---|---|
committer | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-10-15 12:00:26 +0200 |
commit | 16b4913be6395f79e98287e4d32dc5daf2d3f5c7 (patch) | |
tree | 8a45fd9eb15a68a00f8b103e4262defeb500eb8c /.gitignore | |
parent | b6179467ebdf8c0ee1667cbe9390b3b76e82578f (diff) |
fuzz: extend fuzzing coverage
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 26c887e79..e496d1b53 100644 --- a/.gitignore +++ b/.gitignore @@ -80,6 +80,7 @@ /fuzz/fuzz_gcrypt_light /fuzz/fuzz_gcrypt_aes /fuzz/fuzz_gcrypt_gcm +/fuzz/fuzz_gcrypt_cipher /fuzz/fuzz_ndpi_reader_payload_analyzer /fuzz/fuzz_filecfg_protocols /fuzz/fuzz_readerutils_workflow |