274: Add crates/*/target to gitignore r=matklad a=h-michael

I am using rls and rust-analyzer together.
Rls creates cache in `crates/*/target`, so I would like to add it to gitignore as well.

Co-authored-by: Hirokazu Hata <h.hata.ai.t@gmail.com>
This commit is contained in:
bors[bot] 2018-12-10 13:29:43 +00:00
commit 038ae23b71

1
.gitignore vendored
View file

@ -1,4 +1,5 @@
/target/ /target/
crates/*/target
**/*.rs.bk **/*.rs.bk
.idea/* .idea/*
.vscode/* .vscode/*