ouch/.gitignore

19 lines
357 B
Plaintext

# Cargo artifacts
target/
# These are backup files generated by rustfmt
**/*.rs.bk
# crash logs generated by proptest
*.proptest-regressions
# Common folder for generated shell completions and man pages
artifacts/
# extra files generated by benchmarks
/benchmarks/compiler/
/benchmarks/rust/
/benchmarks/input.*
/benchmarks/*.md
!/benchmarks/results.md