Fix Xojo.gitignore exclusion of Builds folder

- 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
This commit is contained in:
Travis Hicks 2026-08-05 13:30:22 -04:00
parent 57286c3887
commit 3fa76d6e59
No known key found for this signature in database
GPG Key ID: 2C86FD7F21008D81

View File

@ -1,6 +1,5 @@
# Xojo (formerly REALbasic and Real Studio)
Builds*
Builds - */
*.debug
*.debug.app
Debug*.exe