You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
hexdump for binary diffs
those with an existing repo should run: git config diff.hex.textconv hexdump
This commit is contained in:
10
.gitattributes
vendored
10
.gitattributes
vendored
@@ -1,2 +1,12 @@
|
||||
# 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
|
||||
|
||||
|
Reference in New Issue
Block a user