18 lines
306 B
Plaintext
18 lines
306 B
Plaintext
# FIXME: Move in '.git/info/exclude' once branch is determined ?
|
|
|
|
# Autogenerated by Cargo no need to keep in repo
|
|
Cargo.lock
|
|
|
|
# Exclude all backup files
|
|
*.bak
|
|
*.bk
|
|
|
|
# Exclude build result
|
|
/target
|
|
/build
|
|
|
|
# Ignore vendor files
|
|
/vendor
|
|
|
|
# Do not include clap benches in the commits
|
|
/benches/rustlang/claprs* |