diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-27 12:25:12 -0500 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-27 12:25:12 -0500 |
| commit | b272c0c3754012f83129c23c2c546013cd1e80ef (patch) | |
| tree | 6d9911898f8d6947ef59f71d08a78276cab6a631 /.gitattributes | |
| parent | d02c9e39dd5138aa2d5e11178fcef7e2a58d4230 (diff) | |
Fix marts using hard-coded bank number
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitattributes b/.gitattributes index f84c0ae6a..c0197ac4f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,10 +2,10 @@ * -text # hexdump binary files -*.png diff=hex -*.lz diff=hex -*.2bpp diff=hex -*.1bpp diff=hex -*.bin diff=hex -*.blk diff=hex +*.png binary diff=hex +*.lz binary diff=hex +*.2bpp binary diff=hex +*.1bpp binary diff=hex +*.bin binary diff=hex +*.blk binary diff=hex |
