1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-28 11:17:46 +00:00

Add the exceptions back to gitignore

Should generally ignore the temp and help folders, but they *do* need to exist in the repo to keep things working properly.  ;)
This commit is contained in:
SteveMcNeill 2022-04-22 09:47:52 -04:00 committed by Matthew Kilgore
parent 33adc04fc4
commit c52d058642

4
.gitignore vendored
View file

@ -1,12 +1,12 @@
internal/c/c_compiler internal/c/c_compiler
internal/temp*
*.o *.o
*.a *.a
*.exe *.exe
*.bas *.bas
internal/config*.txt internal/config*.txt
internal/config.ini internal/config.ini
internal/help
internal/version.txt internal/version.txt
tempfoldersearch.bin tempfoldersearch.bin
internal/c/mingw32 internal/c/mingw32