1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-05-04 00:20:12 +00:00
qb64/.gitignore
Cory Smith 72d05300d7 Improved IdeMessageBox.
- Modified the welcome screen to get rid of the "scary" (and most likely invalid) message - at the very least it is never good advice to encourage people to disable anti-virus.
- Updated IdeMessageBox so that the horizontal bar that is in QB is now included.
- Modified the About dialog to match new Welcome dialog.
- Removed build.bat (.gitignore'd).
2022-11-07 20:56:54 -06:00

21 lines
267 B
Plaintext

internal/c/c_compiler
internal/temp*
*.o
*.a
*.exe
*.bas
internal/config*.txt
internal/config.ini
# internal/help
internal/version.txt
tempfoldersearch.bin
internal/c/mingw32
internal/c/mingw64
internal/c/qbx[2-9].cpp
*.ttf
/run_qb64.sh
/qb64
.fake
.vscode
build.cmd