gitignore: also ignore target as symlinks

This commit is contained in:
Ben Boeckel 2017-10-12 10:15:24 -04:00 committed by Benjamin Fry
parent 6ad2495866
commit 4f5eb630fb

4
.gitignore vendored
View File

@ -13,8 +13,8 @@
*.exe
# Generated by Cargo
/target/
**/target/
/target
**/target
*.rs.bk
.rls.toml