pokecrystal-board/.gitattributes

38 lines
809 B
Plaintext
Raw Permalink Normal View History

2018-09-19 18:49:10 -07:00
# Auto detect text files and perform LF normalization
* text eol=lf
2018-09-19 18:49:10 -07:00
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
# files part of the build
*.asm text
*.pal text
*.link text
*.txt text
# extra files
*.awk text
*.c text
*.h text
2018-09-23 11:03:55 -07:00
*.md text
2018-09-19 18:49:10 -07:00
*.py text
*.sh text
*.sha1 text
2018-09-19 18:49:10 -07:00
# Denote all files that are truly binary and should not be modified.
*.png binary diff=hex
*.lz.* binary diff=hex
*.bin binary diff=hex
*.blk binary diff=hex
*.rle binary diff=hex
*.attrmap binary diff=hex
*.tilemap binary diff=hex
# Declare files that will always have CRLF line endings on checkout.
*.patch.template text eol=crlf linguist-language=INI
2018-09-19 18:49:10 -07:00
# these are generated but just in case
*.lz binary diff=hex
*.2bpp binary diff=hex
2020-02-23 12:15:07 -08:00
*.1bpp binary diff=hex