From 470308f1777ad5b26881786ea9edc9ecdece430c Mon Sep 17 00:00:00 2001 From: JuiceyDev Date: Thu, 5 Mar 2026 11:49:42 +0100 Subject: [PATCH] chore: gitignore Linux/ build output, Common symlink, x64/ --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 6472c8443..f53028c26 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,13 @@ compile_commands.json .vscode/ *.code-workspace +# Build output directories +Linux/ +x64/ + +# Asset symlink (created at runtime for working directory resolution) +Common + # Compiled objects / binaries *.o *.a