Patch 1.19.60

Bug fixes and enhancements. See docs/FoxBin2Prg_Changes.md for full list
This commit is contained in:
Lutz
2021-03-22 16:38:08 +01:00
parent 8b8e0ef894
commit dc39ca873a
34 changed files with 1717 additions and 976 deletions

11
docs/.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