mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-10 09:11:52 -04:00
7 lines
230 B
Plaintext
7 lines
230 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Patch files must stay LF: git apply matches context bytes against LF upstream sources
|
|
*.patch -text
|
|
translator/tests/Translator.Tests/TestAssets/**/*.bin binary
|