mirror of
https://github.com/pret/gb-asm-tools.git
synced 2026-09-26 13:33:01 -04:00
16 lines
296 B
Plaintext
16 lines
296 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text eol=lf
|
|
|
|
# Explicitly declare text files you want to always be normalized and converted
|
|
# to native line endings on checkout.
|
|
|
|
# Files that are part of the tools
|
|
*.awk text
|
|
*.c text
|
|
*.h text
|
|
*.py text
|
|
*.sh text
|
|
|
|
# Extra files
|
|
*.md text
|