mirror of
https://github.com/pret/poketcg.git
synced 2026-09-26 05:21:10 -04:00
33 lines
736 B
Plaintext
33 lines
736 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 part of the build
|
|
*.asm text
|
|
*.pal text
|
|
*.link text
|
|
|
|
# extra files
|
|
*.c text
|
|
*.h text
|
|
*.md text
|
|
*.py text
|
|
*.sha1 text
|
|
|
|
# Denote all files that are truly binary and should not be modified.
|
|
*.png binary diff=hex
|
|
*.bin binary diff=hex
|
|
*.lz.match binary diff=hex
|
|
*.dimensions binary diff=hex
|
|
|
|
# Declare files that will always have CRLF line endings on checkout.
|
|
*.patch.template text eol=crlf linguist-language=INI
|
|
|
|
# these are generated but just in case
|
|
*.2bpp binary diff=hex
|
|
*.1bpp binary diff=hex
|
|
*.lz binary diff=hex
|
|
*.bgmap binary diff=hex
|