.gitignore: be more thorough

This commit is contained in:
Bart Oldeman 2017-12-22 07:22:33 -05:00 committed by Kenneth J Davis
parent 44cf0a17a1
commit ab6d98ff56
1 changed files with 36 additions and 2 deletions

38
.gitignore vendored
View File

@ -1,18 +1,52 @@
# Object Files
*.OBJ
*.obj
# List Files
*.LST
*.lst
# Map files
*.MAP
*.map
*.SYM
*.sym
# Executable files
*.EXE
*.exe
*.COM
*.com
# Bin files
*.BIN
*.bin
# Libraries
*.LIB
*.lib
# generated text files
sys/*.h
sys/*.H
kernel/*.lnk
kernel/*.LNK
# FreeDOS build tools configuration
config.bat
config.mak
kernel/KERNEL.SYS
kernel/*.SYS
kernel/*.sys
bin/[kK]*.SYS
bin/[kK]*.sys
bin/COMMAND.COM
bin/command.com
bin/COUNTRY.SYS
bin/country.sys
# backup files
*.orig
*~
*.diff
*.rej