robot-rust/.gitignore

14 lines
288 B
Plaintext
Raw Permalink Normal View History

2020-11-25 04:37:18 +00:00
.DS_Store
# Generated by Cargo
# will have compiled files and executables
2020-11-23 01:50:12 +00:00
/target
2020-11-25 04:37:18 +00:00
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock
2020-11-23 01:50:12 +00:00
Cargo.lock
2020-11-25 04:37:18 +00:00
# RustFmt files
**/*.rs.bk