bug fix, docs

issue #53
docs moved to meet github standard
contrib added
This commit is contained in:
Lutz
2021-03-22 15:07:46 +01:00
parent 376df3d148
commit 64296185cd
24 changed files with 4 additions and 2 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