FRET-LibAFL/.gitignore
Dominik Maier 84a9e36acf
Github Actions Cache (#205)
* trying out github actions cache

* split up build steps

* deactivated cache for macos

* debugging

* also for windows (?))

* clippy fix

* out folder ignored
2021-07-02 20:51:22 +02:00

33 lines
247 B
Plaintext

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