...

Text file src/github.com/google/flatbuffers/tests/fuzzer/.gitignore

Documentation: github.com/google/flatbuffers/tests/fuzzer

     1# The generated fuzzers
     2*_fuzzer
     3
     4# Findings from the fuzzers
     5oom-*
     6slow-unit-*
     7crash-*
     8
     9# Individual fuzzer logs if job=N
    10fuzz-*.log
    11
    12.clangd/
    13
    14# These are copied from tests/annotated_binary/ and should use the latest ones.
    15annotated_binary.bfbs
    16annotated_binary.bin
    17
    18test_64bit.bin
    19
    20monster_test.bfbs

View as plain text