rust-practice/hello_cargo/.gitignore
2020-07-08 15:13:31 +10:00

10 lines
No EOL
304 B
Text

# will have compiled files and executables
debug/
target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk