mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-18 09:19:15 +02:00
Gitignore .cargo config folder
This commit is contained in:
@@ -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"
|
||||
@@ -11,3 +11,4 @@ notalterra-linux
|
||||
notalterra-windows.exe
|
||||
notalterra
|
||||
/tests/
|
||||
/.cargo/
|
||||
|
||||
Reference in New Issue
Block a user