build(deps): bump parse-display from 0.9.0 to 0.9.1
[ouch.git] / .gitignore
blob920e58de8a2a528981f1db5922fcfb6d006511e3
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
20 # IDE-specific setting
21 .vscode
22 .idea