Skip to content

Commit

Permalink
Rollup merge of #100813 - Nilstrieb:too-much-disk-space-gitignore, r=…
Browse files Browse the repository at this point in the history
…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`.
  • Loading branch information
matthiaskrgr committed Aug 21, 2022
2 parents 5518b6b + 0c3ed96 commit bc66f40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ no_llvm_build
/llvm/
/mingw-build/
/build/
/build-rust-analyzer/
/dist/
/unicode-downloads
/target
Expand Down

0 comments on commit bc66f40

Please sign in to comment.