From 3fa76d6e596f0c837e12f04d4c5bd55d458e49d6 Mon Sep 17 00:00:00 2001 From: Travis Hicks Date: Wed, 5 Aug 2026 13:30:22 -0400 Subject: [PATCH] Fix Xojo.gitignore exclusion of Builds folder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - The “Builds” folder pattern would match source code files starting with “Builds”. Corrected to only match directories with Xojo’s Builds folder naming convention. - Removed blank line between comment heading and patterns --- Xojo.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Xojo.gitignore b/Xojo.gitignore index 4915783bf0..2feb1f707f 100644 --- a/Xojo.gitignore +++ b/Xojo.gitignore @@ -1,6 +1,5 @@ # Xojo (formerly REALbasic and Real Studio) - -Builds* +Builds - */ *.debug *.debug.app Debug*.exe