pokecrystal-board/.gitattributes
yenatch eab37ef920 hexdump for binary diffs
those with an existing repo should run:

git config diff.hex.textconv hexdump
2013-06-13 14:24:45 -04:00

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