Rollup merge of #100813 - Nilstrieb:too-much-disk-space-gitignore, r=Mark-Simulacrum
Add `/build-rust-analyzer/` to .gitignore To avoid rust-analyzer and rustc having to wait for each other, the [dev guide](https://rustc-dev-guide.rust-lang.org/building/suggested.html#configuring-rust-analyzer-for-rustc) mentions using another build directory for RA. We should also put this into the .gitignore, just like the normal `build`.
This commit is contained in:
commit
bc66f4085a
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,6 +42,7 @@ no_llvm_build
|
||||
/llvm/
|
||||
/mingw-build/
|
||||
/build/
|
||||
/build-rust-analyzer/
|
||||
/dist/
|
||||
/unicode-downloads
|
||||
/target
|
||||
|
Loading…
x
Reference in New Issue
Block a user