blob: 5c7f5b73b07650de4c608555ac703dfbe234a77c (
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
|
* text eol=lf
# 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
|