]> git.lizzy.rs Git - rust.git/commit
Merge #2029
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Thu, 17 Oct 2019 18:44:59 +0000 (18:44 +0000)
committerGitHub <noreply@github.com>
Thu, 17 Oct 2019 18:44:59 +0000 (18:44 +0000)
commitb060d8446767c8071197bbd49e700867722b564e
treeb55fba950d29f6bd041f26e78e3e56cefb649c31
parente8a7a7b19aab195d2b37a0b13abca4e006e9bbd5
parentf4d50de2758b38208745d9594ccbcf0227d49d5b
Merge #2029

2029: Adds config option for cargo-watch `--ignore` flag r=matklad a=jrvidal

I presume this is a nice-to-have to avoid spurious watching.

* I don't know much about Windows, so I'm not sure if the extra args need some special escaping.
* I suppose we could reuse and/or integrate with `rust-analyzer.excludeGlobs`. I find this simpler, but I'm open to suggestions.

Co-authored-by: Roberto Vidal <vidal.roberto.j@gmail.com>