
* update clap, remove unused deps * update grammartek * update pyo3 * update pyo3 * undid clap update * not changing nyx * updated deps * Update more deps, fixes * not needed clippy * fix windows * try to enable deprecated pyproto for pyo3 * unused * moving some things to clap4 after all * initial move to clap 4 * fix clap * more clap4, removed accidental file * fixes, fmt * fix * all fix no play * fix
53 lines
442 B
Plaintext
53 lines
442 B
Plaintext
target
|
|
target-bin
|
|
out
|
|
Cargo.lock
|
|
vendor
|
|
|
|
.DS_Store
|
|
.env
|
|
|
|
*.tmp
|
|
*.swp
|
|
*.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*
|
|
**/libxml2
|
|
**/corpus_discovered
|
|
**/libxml2-*.tar.gz
|