mirror of
https://github.com/github/gitignore.git
synced 2026-08-26 17:57:13 +02:00
- 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
11 lines
164 B
Plaintext
11 lines
164 B
Plaintext
# Xojo (formerly REALbasic and Real Studio)
|
|
Builds - */
|
|
*.debug
|
|
*.debug.app
|
|
Debug*.exe
|
|
Debug*/Debug*.exe
|
|
Debug*/Debug*\ Libs
|
|
*.rbuistate
|
|
*.xojo_uistate
|
|
*.obsolete*
|