repo.or.cz
/
ouch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
move `check_for_non_archive_formats` to `check.rs`
[ouch.git]
/
.gitignore
blob
b5355c780a6ecba97c3a53b127ccf2e391b8c791
1
# Cargo artifacts
2
target/
3
4
# These are backup files generated by rustfmt
5
**/*.rs.bk
6
7
# crash logs generated by proptest
8
*.proptest-regressions
9
10
# Common folder for generated shell completions and man pages
11
artifacts/
12
13
# extra files generated by benchmarks
14
/benchmarks/compiler/
15
/benchmarks/rust/
16
/benchmarks/input.*
17
/benchmarks/*.md
18
!/benchmarks/results.md