~sylpheed74/cataclysm-dda/ru

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# These files are text and should be normalized (convert crlf => lf)
*.c       text
*.cbp     text
*.cpp     text
*.h       text
*.json    text
*.lua     text
*.md      text
*.py      text
*.rc      text
*.sh      text
*.txt     text
*.yml     text

# Visual Studio project files, leave them alone.
*.cmd     -text
*.filters -text
*.sln     -text
*.user    -text
*.vcxproj -text

# Generated translation text, don't mess with them.
*.mo      -text
*.po      -text
*.pot     -text

# Treat images, archives, and font files as binary.
# (binary is a macro for -text -diff)
*.db      binary
*.fon     binary
*.gz      binary
*.ico     binary
*.png     binary
*.ttf     binary