Files
gb-asm-tools/.gitattributes
2024-10-07 16:31:30 -04:00

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