
* trying out github actions cache * split up build steps * deactivated cache for macos * debugging * also for windows (?)) * clippy fix * out folder ignored
33 lines
247 B
Plaintext
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
|