summaryrefslogtreecommitdiff
path: root/.gitattributes
blob: 30cc9de8f1777db26f41132f2f91eff73e66ea9a (plain)
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
36
37
38
* text eol=lf

# VSTool (normalization disabled)
indra/tools/vstool/* -text

# Images
*.bmp binary
*.BMP binary
*.gif binary
*.icns binary
*.ico binary
*.j2c binary
*.j2k binary
*.jpg binary
*.png binary
*.tga binary
*.tif binary

# Viewer resources
*.db2 binary
*.llm binary
*.nib binary
*.rtf binary
*.ttf binary

# Executables
*.dll binary
*.exe binary

# Files with Windows line endings
VivoxAUP.txt text eol=crlf
FILES_ARE_UNICODE_UTF-16LE.txt text eol=crlf

# Windows Manifest files
*.manifest text eol=crlf

# Windows Installer Script files (normalization disabled)
*.nsi -text