From 0d63bfaa9ee08dc395b05cbf5395de70ba08aaf4 Mon Sep 17 00:00:00 2001 From: Emmanuel AYME Date: Fri, 23 Jan 2026 18:33:13 +0100 Subject: [PATCH] Update .gitignore to ignore SDK sources and track archives --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitignore b/.gitignore index ea07dc8..e6a75d0 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,11 @@ Release/ # Ignore Mac system files (if applicable) .DS_Store + +# Ignore all SDK source files (cpp/hpp) +**/SDK/*.cpp +**/SDK/*.hpp + +# Track archives (zip or 7z) in any SDK folder +!**/SDK/*.zip +!**/SDK/*.7z \ No newline at end of file