mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Refactor .gitattributes and .gitignore
This commit is contained in:
parent
1564896060
commit
0a2eabd59a
35
.gitattributes
vendored
35
.gitattributes
vendored
@ -1,11 +1,34 @@
|
|||||||
# No monkey business with line endings
|
# Auto detect text files and perform LF normalization
|
||||||
* -text
|
* text eol=lf
|
||||||
|
|
||||||
# hexdump binary files
|
# 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
|
||||||
|
*.MD text
|
||||||
|
*.py text
|
||||||
|
*.sh text
|
||||||
|
*.sha1 text
|
||||||
|
|
||||||
|
# Denote all files that are truly binary and should not be modified.
|
||||||
*.png binary diff=hex
|
*.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
|
||||||
|
|
||||||
|
# these are generated but just in case
|
||||||
*.lz binary diff=hex
|
*.lz binary diff=hex
|
||||||
*.2bpp binary diff=hex
|
*.2bpp binary diff=hex
|
||||||
*.1bpp binary diff=hex
|
*.1bpp binary diff=hex
|
||||||
*.bin binary diff=hex
|
|
||||||
*.blk binary diff=hex
|
|
||||||
|
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,6 +17,7 @@
|
|||||||
*.sgm
|
*.sgm
|
||||||
*.sav
|
*.sav
|
||||||
*.rtc
|
*.rtc
|
||||||
|
*.sn*
|
||||||
|
|
||||||
# rgbds extras
|
# rgbds extras
|
||||||
*.map
|
*.map
|
||||||
|
Loading…
Reference in New Issue
Block a user