mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-13 00:04:29 +00:00
fuzzed binary annotator (#7188)
This commit is contained in:
18
tests/fuzzer/.gitignore
vendored
Normal file
18
tests/fuzzer/.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# The generated fuzzers
|
||||
*_fuzzer
|
||||
|
||||
# Findings from the fuzzers
|
||||
oom-*
|
||||
slow-unit-*
|
||||
crash-*
|
||||
|
||||
# Individual fuzzer logs if job=N
|
||||
fuzz-*.log
|
||||
|
||||
.clangd/
|
||||
|
||||
# These are copied from tests/annotated_binary/ and should use the latest ones.
|
||||
annotated_binary.bfbs
|
||||
annotated_binary.bin
|
||||
|
||||
monster_test.bfbs
|
||||
Reference in New Issue
Block a user