Zernit/.gitignore

18 lines
306 B
Plaintext
Raw Normal View History

2020-02-05 10:06:21 +01:00
# FIXME: Move in '.git/info/exclude' once branch is determined ?
2020-01-18 12:43:35 +01:00
# Autogenerated by Cargo no need to keep in repo
Cargo.lock
# Exclude all backup files
*.bak
2020-02-07 11:19:50 +01:00
*.bk
2020-01-20 08:55:10 +01:00
2020-01-18 12:43:35 +01:00
# Exclude build result
2020-02-05 10:06:21 +01:00
/target
2020-02-07 11:19:50 +01:00
/build
# Ignore vendor files
/vendor
# Do not include clap benches in the commits
/benches/rustlang/claprs*