diff options
author | yenatch <yenatch@gmail.com> | 2013-12-20 00:28:14 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-20 00:28:14 -0500 |
commit | 585f756ecfe3c14d91b5c2897618fd46f375096b (patch) | |
tree | 946ed3addf2029e6723271ab7a896d2bdf3a4d59 | |
parent | 0500947dd0ac9057d855b2a1d55922fedf13f5d6 (diff) |
don't diff .pal files as binary data
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index cb0117340..f84c0ae6a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,7 +6,6 @@ *.lz diff=hex *.2bpp diff=hex *.1bpp diff=hex -*.pal diff=hex *.bin diff=hex *.blk diff=hex |