blob: 48e1da48b9e9f16a1d599c184464d6463dba102a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
*.txt text
*.md text
*.py text
*.c text
*.h text
*.sh text
# Denote all files that are truly binary and should not be modified.
*.png binary diff=hex
*.xor binary diff=hex
*.tilemap binary diff=hex
*.attrmap binary diff=hex
*.tilemap_attrmap binary diff=hex
# these are generated but just in case
*.bin binary diff=hex
|