From 157905b8fc726851b37695e9eb437e93877d5df0 Mon Sep 17 00:00:00 2001 From: autocommit Date: Thu, 16 Apr 2026 15:09:47 -0700 Subject: [PATCH] =?UTF-8?q?chore(config):=20=F0=9F=94=A7=20Update=20.gitig?= =?UTF-8?q?nore=20to=20exclude=20build=20artifacts,=20logs,=20and=20enviro?= =?UTF-8?q?nment=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index 89b185eb..f56044eb 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,11 @@ build/ # Rust build artifacts src/simulator/target/ .local/ + +# Compiled GDExtension binaries — built per-host, never rsync from one arch to another. +# macOS has no cargo (or a stale one); apricot compiles. Including these in rsync +# clobbers the apricot-side fresh binary with our stale mac-side one. +src/game/engine/addons/magic_civ_physics/*.so +src/game/engine/addons/magic_civ_physics/*.dll +src/game/engine/addons/magic_civ_physics/*.dylib +src/game/engine/addons/magic_civ_physics/*.framework/