Skip to content

Commit

Permalink
Add /build-rust-analyzer/ to .gitignore
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
Noratrieb committed Aug 20, 2022
1 parent dd01122 commit 0c3ed96
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 0c3ed96

Please sign in to comment.