Merge pull request #3822 from mathstuf/target-as-symlink

gitignore: ignore target as a symlink
This commit is contained in:
Stéphane Campinas 2019-10-02 09:31:11 +02:00 committed by GitHub
commit 72e44c429b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.gitignore vendored
View File

@ -4,7 +4,7 @@
### Rust ###
# Generated by Cargo
# will have compiled files and executables
/target/
/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