FRET-LibAFL/.gitignore
Dominik Maier c16738fd10
Make OutFile auto-remove refcounted on drop (#654)
* Make OutFile auto-remove refcounted on drop

* clippy, windows

* remove debug print

* streamlined tmp files names

* outfile -> inputfile
2022-05-27 18:01:44 +02:00

48 lines
373 B
Plaintext

target
out
Cargo.lock
vendor
.DS_Store
.env
*.tmp
*.o
*.a
*.so
*.out
*.elf
*.bin
*.dll
*.exe
*.dSYM
.cur_input
.venv
crashes
callgrind.out.*
perf.data
perf.data.old
.vscode
test.dict
# Ignore all built fuzzers
fuzzer_*
AFLplusplus
test_*
*_fuzzer
*_harness
# Ignore common dummy and logfiles
*.log
a
forkserver_test
__pycache__
*.lafl_lock
*atomic_file_testfile*