diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-08-21 14:30:20 -0400 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2018-08-21 14:30:20 -0400 |
commit | f74a4e1cc394169c8755b6f2b16e3aba6a210ae4 (patch) | |
tree | ade2c9b3702415bdfa400d3420a32ecaaa2723ae /.gitattributes | |
parent | b38965afe50fa46e849768c9cc625ddad929a7d5 (diff) |
Make pokegold build and add .gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..56c86288 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,26 @@ +# Auto detect text files and perform LF normalization +* text eol=lf + +# Explicitly declare text files you want to always be normalized and converted +# to native line endings on checkout. +*.asm text +*.pal text + +# Non-source files +*.sh text +*.py text +*.link text +*.c text +*.h text +*.awk text +*.md text + +# Denote all files that are truly binary and should not be modified. +*.png binary +*.lz binary +*.2bpp binary +*.1bpp binary +*.blk binary +*.bin binary +*.tilemap binary +*.rle binary
\ No newline at end of file |