mirror of
https://github.com/github/gitignore
synced 2025-02-09 12:14:08 +01:00
![Deepak Kannan](/assets/img/avatar_default.png)
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
|