diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2022-12-01 14:39:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-01 14:39:44 +0100 |
commit | b2a1bf413b67da674d8199efde6b97b8e7fd5c42 (patch) | |
tree | 71a0ca2bc80af4b6ebd0e6dfac4ed37e54aa4b1d /.gitignore | |
parent | 02e7e3c23b29002267a89ae74e51c2285bb27da1 (diff) |
Remove some useless fuzzing target (#1813)
We don't need specific targets to reproduce fuzzing issues.
After all, calling `./fuzz/fuzz_process_packet_with_main $ARTIFACT_FILE`
is equivalento to `./fuzz/fuzz_process_packet $ARTIFACT_FILE`
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 4565885d2..d58335884 100644 --- a/.gitignore +++ b/.gitignore @@ -51,11 +51,8 @@ /fuzz/.deps/ /fuzz/Makefile /fuzz/fuzz_ndpi_reader -/fuzz/fuzz_ndpi_reader_with_main /fuzz/fuzz_process_packet -/fuzz/fuzz_process_packet_with_main /fuzz/fuzz_quic_get_crypto_data -/fuzz/fuzz_quic_get_crypto_data_with_main /influxdb/Makefile /install-sh /libndpi.pc |