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

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

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