Patch 1.19.61

Bug fixes and enhancements. See docs/FoxBin2Prg_Changes.md for full list
This commit is contained in:
Lutz
2021-03-23 13:44:33 +01:00
parent ff5271616b
commit e89a8e6641
30 changed files with 1866 additions and 15 deletions

11
Documentacion/github/.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
# we use the exclude-all-include-special approach, easier then excluding any odd stuff later
#exclude general
*.*
#include general
# docs
!*.md
#include special
#default git
!*.gitignore