diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-12-10 13:29:43 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-12-10 13:29:43 +0000 |
commit | 038ae23b71f285ea5c5a2e0c436b662de4befb3e (patch) | |
tree | 6d019c276d22039a0cc740d11c5810cfb17b5bac /.gitignore | |
parent | 4b433d2c59eda0da59910cb2e21c5f84554cc6da (diff) | |
parent | 04bb7879c896770bd8354ac1f7bb532095c53bf6 (diff) |
Merge #274
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 <[email protected]>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6f43069b4..76bc7bf57 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -1,4 +1,5 @@ | |||
1 | /target/ | 1 | /target/ |
2 | crates/*/target | ||
2 | **/*.rs.bk | 3 | **/*.rs.bk |
3 | .idea/* | 4 | .idea/* |
4 | .vscode/* | 5 | .vscode/* |