about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2022-08-21 16:54:05 +0200
committerGitHub <noreply@github.com>2022-08-21 16:54:05 +0200
commitbc66f4085aedd6acd02efaae20dcb9cad831be90 (patch)
tree6766f12f354d413fe6683991fef0710401d770ad
parent5518b6b686abf5d28def94fdf3ece5e83348be05 (diff)
parent0c3ed968a2117dcd532abf8ed58a8ce49a7bc742 (diff)
downloadrust-bc66f4085aedd6acd02efaae20dcb9cad831be90.tar.gz
rust-bc66f4085aedd6acd02efaae20dcb9cad831be90.zip
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`.
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index a6625ac2ac4..b16fb6341c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,6 +42,7 @@ no_llvm_build
 /llvm/
 /mingw-build/
 /build/
+/build-rust-analyzer/
 /dist/
 /unicode-downloads
 /target