2 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@
|
||||
# You have to add the following to your .git/config or global |
||||
# ~/.gitconfig to make the binary diffs work (without the comment |
||||
# character, of course): |
||||
# |
||||
# [diff "hex"] |
||||
# textconv = hexdump -v -C |
||||
# binary = true |
||||
# |
||||
|
||||
*.glb binary diff=hex |
||||
*.bin binary diff=hex |
||||
Binary file not shown.
Loading…
Reference in new issue