move `check_for_non_archive_formats` to `check.rs`
[ouch.git] / .gitignore
blobb5355c780a6ecba97c3a53b127ccf2e391b8c791
1 # Cargo artifacts
2 target/
4 # These are backup files generated by rustfmt
5 **/*.rs.bk
7 # crash logs generated by proptest
8 *.proptest-regressions
10 # Common folder for generated shell completions and man pages
11 artifacts/
13 # extra files generated by benchmarks
14 /benchmarks/compiler/
15 /benchmarks/rust/
16 /benchmarks/input.*
17 /benchmarks/*.md
18 !/benchmarks/results.md