add some msdos files to .gitignore, produce zip

This commit is contained in:
nhmall
2019-11-23 10:13:10 -05:00
parent 856c0a23c3
commit 308ebea68e
2 changed files with 21 additions and 4 deletions

13
.gitignore vendored
View File

@@ -55,3 +55,16 @@ Makefile.gcc-orig
.vs
# Win32-specific ignores end
.DS_Store
# ms-dos
# resulting zip
NH*DOS.ZIP
# 8.3 versions
dat/data.bas
sys/share/posixreg.c
include/patchlev.h
doc/guidebk.txt
# folders compiler, target objs, binary results
djgpp/
src/msdos_o/
msdos-binary/
# end of ms-dos