1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 08:00:37 +00:00
qb64/.gitignore
SteveMcNeill 81063e1c49 Add mingw32 and mingw64 folders to gitignore list
The repo downloads and then moves the proper compiler into the
c/c_compiler folder, before running setup.  This causes github to report
13866 files being altered (deleted) from the repo, as they're no longer
in the set mingw folder...

Adding mingw folders to the ignore list corrects this issue.
2019-02-01 09:26:48 -05:00

16 lines
240 B
Plaintext

internal/c/c_compiler
internal/temp
internal/temp2
internal/temp3
*.o
*.a
*.exe
internal/config.txt
internal/help
internal/config(2).txt
internal/config(1).txt
internal/version.txt
tempfoldersearch.bin
internal/c/mingw32
internal/c/mingw64