Super Mario 64 OpenGL port for PC. Mirror of https://github.com/sm64pc/sm64pc
https://github.com/sm64pc/sm64pc
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
351 B
23 lines
351 B
# 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
|
|
*.json text
|
|
*.yaml text
|
|
|
|
# Same for binary
|
|
*.bin binary
|
|
*.m64 binary
|
|
*.png binary
|
|
*.aiff binary
|