mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-05 02:55:31 +00:00
12 lines
217 B
Plaintext
12 lines
217 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/
|