mirror of https://github.com/FDOS/kernel.git
.gitignore: be more thorough
This commit is contained in:
parent
44cf0a17a1
commit
ab6d98ff56
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue