sm64coopdx/.gitattributes

29 lines
428 B
Plaintext
Raw Normal View History

2019-09-01 21:50:50 +02:00
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# List text files in case git doesn't characterize correctly
*.c text
*.h text
*.s text
*.in text
*.js text
*.md text
*.py text
*.sh text
*.ld text
*.inc text
*.txt text
2023-12-30 20:18:37 +01:00
*.lua text
2019-09-01 21:50:50 +02:00
*.json text
*.yaml text
# Same for binary
*.bin binary
*.m64 binary
*.png binary
*.aiff binary
2023-12-18 23:00:31 +01:00
*.ico binary
*.mp3 binary
*.lvl binary
2023-12-30 20:18:37 +01:00
*.tex binary
*.luac binary