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`.
This commit is contained in:
Nilstrieb 2022-08-20 21:07:13 +02:00
parent dd01122b5c
commit 0c3ed968a2

1
.gitignore vendored
View File

@ -42,6 +42,7 @@ no_llvm_build
/llvm/
/mingw-build/
/build/
/build-rust-analyzer/
/dist/
/unicode-downloads
/target