added fixes
added modifications
added documentation
for changes see README.md or foxbin2prg.prg

intended to be merged to https://github.com/fdbozzo/foxbin2prg/
This commit is contained in:
Lutz
2021-02-22 20:25:02 +01:00
parent 17cc4939f0
commit 0f7c2875f6
6 changed files with 87 additions and 11 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