mirror of
https://github.com/DOS-History/Old-DOS-Kernels.git
synced 2026-08-13 05:19:40 -07:00
9 lines
210 B
Plaintext
9 lines
210 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# 86-DOS text files must use CRLF and have 0x1A EOF markers, we simply mark them as binary
|
|
*.A86 binary
|
|
*.a86 binary
|
|
*.ASM binary
|
|
*.asm binary
|