Skip to content

Commit

Permalink
Rollup merge of rust-lang#100813 - Nilstrieb:too-much-disk-space-giti…
Browse files Browse the repository at this point in the history
…gnore, 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`.
  • Loading branch information
matthiaskrgr committed Aug 21, 2022
2 parents cf5d133 + 0c3ed96 commit 89c95c3
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 89c95c3

Please sign in to comment.