Skip to content

Commit 2eb6fd2

Browse files
committed
Remove rust-analyzer temporary files and update .gitignore
- Remove target/rust-analyzer/flycheck0/stderr and stdout files - Add Rust-related ignore patterns to .gitignore - Prevent rust-analyzer temporary files from being tracked
1 parent dc04dae commit 2eb6fd2

File tree

3 files changed

+9
-941
lines changed

3 files changed

+9
-941
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,12 @@ vdso.lds
6363
# stm32cubemx
6464
**/CubeMX_Config/Drivers/
6565
**/CubeMX_Config/MDK-ARM/
66+
67+
# Rust
68+
target/
69+
Cargo.lock
70+
*.rs.bk
71+
*.pdb
72+
73+
# rust-analyzer
74+
**/target/rust-analyzer/

0 commit comments

Comments
 (0)