Zernit/.gitignore
2020-02-07 10:19:50 +00:00

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*