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 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -42,6 +42,7 @@ no_llvm_build
|
||||||
/llvm/
|
/llvm/
|
||||||
/mingw-build/
|
/mingw-build/
|
||||||
/build/
|
/build/
|
||||||
|
/build-rust-analyzer/
|
||||||
/dist/
|
/dist/
|
||||||
/unicode-downloads
|
/unicode-downloads
|
||||||
/target
|
/target
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue