diff options
author | YamaArashi <shadow962@live.com> | 2015-11-13 21:57:22 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-11-13 21:57:22 -0800 |
commit | 4c733f3811d2b1bd35bf0474a79490706a4cd845 (patch) | |
tree | 0eea3502ae34b55611a6920490ed32b479f6b244 /.gitattributes | |
parent | 3d1b6597f3fc22547fe2021275b1818a92093ab8 (diff) |
pokemon PNGs and palettes
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..7e8ef70bf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,9 @@ +*.pal text eol=crlf + +*.s text eol=lf +*.txt text eol=lf +Makefile text eol=lf +*.mk text eol=lf + +*.png binary +*.bin binary |