mirror of
https://github.com/github/gitignore.git
synced 2026-08-25 17:32:47 +02:00
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:
parent
57286c3887
commit
3fa76d6e59
@ -1,6 +1,5 @@
|
||||
# Xojo (formerly REALbasic and Real Studio)
|
||||
|
||||
Builds*
|
||||
Builds - */
|
||||
*.debug
|
||||
*.debug.app
|
||||
Debug*.exe
|
||||
|
||||
Loading…
Reference in New Issue
Block a user