ouch/.gitignore
2023-11-25 21:33:22 -03:00

23 lines
395 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
# IDE-specific setting
.vscode
.idea