chore: track .cargo/config.toml (target-cpu=native build config)

- Update .gitignore to allow .cargo/config.toml while ignoring other .cargo contents
- Include the target-cpu=native config that was created in previous commit but missed due to .gitignore
This commit is contained in:
Dionisio
2026-03-06 23:37:35 +01:00
parent 6c34499bbe
commit 625453a3c9
2 changed files with 15 additions and 2 deletions
+3 -2
View File
@@ -17,8 +17,9 @@
*.su
*.idb
# Build cache
.cargo/
# Build cache (keep .cargo/config.toml for project build settings)
.cargo/*
!.cargo/config.toml
# Visual Studio Code directory
.vscode/