Files
86-DOS-0.11/.gitattributes
T
Yufeng Gao c7b866b40d General cleanup
Clean up of various source files. The CHESS program is not fully cleaned up yet.
2026-01-25 22:26:55 +10:00

19 lines
349 B
Plaintext

# Auto detect text files and perform LF normalization
* text=auto
# 86-DOS and CP/M text files must use CRLF and have 0x1A EOF markers, we simply mark them as binary
*.a86 binary
*.A86 binary
*.asm binary
*.ASM binary
*.com binary
*.COM binary
*.doc binary
*.DOC binary
*.hex binary
*.HEX binary
*.prn binary
*.PRN binary
*.z80 binary
*.Z80 binary