FRET-LibAFL/.gitignore
2021-05-25 14:53:57 +02:00

25 lines
180 B
Plaintext

target
Cargo.lock
*.o
*.a
*.so
*.out
*.elf
*.bin
*.dll
*.exe
crashes
callgrind.out.*
perf.data
perf.data.old
.vscode
test.dict
# Ignore all built fuzzers
fuzzer_*
AFLplusplus