mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
eab37ef920
those with an existing repo should run: git config diff.hex.textconv hexdump
13 lines
184 B
Plaintext
13 lines
184 B
Plaintext
# No monkey business with line endings
|
|
* -text
|
|
|
|
# hexdump binary files
|
|
*.png diff=hex
|
|
*.lz diff=hex
|
|
*.2bpp diff=hex
|
|
*.1bpp diff=hex
|
|
*.pal diff=hex
|
|
*.bin diff=hex
|
|
*.blk diff=hex
|
|
|