Rust.gitignore 326 字节
Newer Older
1
# Generated by Cargo
D
Deepak Kannan 已提交
2
# will have compiled files and executables
3 4
debug/
target/
W
Wayne Nilsen 已提交
5 6

# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
7
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8
Cargo.lock
W
Wayne Nilsen 已提交
9 10 11

# These are backup files generated by rustfmt
**/*.rs.bk