Skip to content

Commit 0c3ed96

Browse files
committed
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`.
1 parent dd01122 commit 0c3ed96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ no_llvm_build
4242
/llvm/
4343
/mingw-build/
4444
/build/
45+
/build-rust-analyzer/
4546
/dist/
4647
/unicode-downloads
4748
/target

0 commit comments

Comments
 (0)