1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 12:40:36 +00:00

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.
This commit is contained in:
SteveMcNeill 2019-02-01 09:26:48 -05:00
parent f71ca100ed
commit 81063e1c49

2
.gitignore vendored
View file

@ -11,3 +11,5 @@ internal/config(2).txt
internal/config(1).txt
internal/version.txt
tempfoldersearch.bin
internal/c/mingw32
internal/c/mingw64