1
0
mirror of https://github.com/github/gitignore synced 2024-05-29 08:48:18 +02:00
gitignore/Rust.gitignore
Deepak Kannan f7a1b522cb Update Rust.gitignore
no need to specifically ignore compiled files and executables
as it will be under the target directory
2016-04-15 07:44:14 +05:30

8 lines
249 B
Plaintext

# Generated by Cargo
# will have compiled files and executables
/target/
# 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
Cargo.lock