1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 11:30:37 +00:00

Added .gitignore file to ignore the temp and c_compiler folders, as well as *.a, *.o, and *.exe files

This commit is contained in:
SteveMcNeill 2015-08-15 12:26:33 -04:00
parent ab99f5f837
commit c65b2f14f0

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
internal/c/c_compiler
internal/temp
*.o
*.a
*.exe
internal/config.txt