mirror of
https://github.com/github/gitignore
synced 2024-10-31 17:18:45 +01:00
f7a1b522cb
no need to specifically ignore compiled files and executables as it will be under the target directory
8 lines
249 B
Plaintext
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
|