summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNilstrieb <48135649+Nilstrieb@users.noreply.github.com>2022-08-20 21:07:13 +0200
committerNilstrieb <48135649+Nilstrieb@users.noreply.github.com>2022-08-20 21:07:13 +0200
commit0c3ed968a2117dcd532abf8ed58a8ce49a7bc742 (patch)
treee5a85aad95e099c64f04b005a221640583550c92
parentdd01122b5c62a04e64b4109c5576eeea9ae4145b (diff)
downloadrust-0c3ed968a2117dcd532abf8ed58a8ce49a7bc742.tar.gz
Add `/build-rust-analyzer/` to .gitignore
To avoid rust-analyzer and rustc having to wait for each other, the dev guide 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