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:
+3
-2
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user