Gitignore .cargo config folder

This commit is contained in:
2026-06-01 04:54:51 +02:00
parent b73b31464d
commit 92e599756c
2 changed files with 1 additions and 11 deletions
-11
View File
@@ -1,11 +0,0 @@
# Cross-compilation targets for NotAlterra
#
# Requires: sudo apt install mingw-w64 (Debian/Ubuntu)
# sudo dnf install mingw64-gcc (Fedora)
#
# Build:
# cargo build --release --target x86_64-pc-windows-gnu
# cargo build --release # Linux native
[target.x86_64-pc-windows-gnu]
linker = "x86_64-w64-mingw32-gcc"
+1
View File
@@ -11,3 +11,4 @@ notalterra-linux
notalterra-windows.exe
notalterra
/tests/
/.cargo/