More line ending normalization madness
parent
32bf723405
commit
3b0e60c5f8
|
|
@ -1,6 +1,6 @@
|
||||||
* text eol=lf
|
* text eol=lf
|
||||||
|
|
||||||
# VSTool
|
# VSTool (normalization disabled)
|
||||||
indra/tools/vstool/* -text
|
indra/tools/vstool/* -text
|
||||||
|
|
||||||
# Images
|
# Images
|
||||||
|
|
@ -19,16 +19,17 @@ indra/tools/vstool/* -text
|
||||||
# Viewer resources
|
# Viewer resources
|
||||||
*.db2 binary
|
*.db2 binary
|
||||||
*.llm binary
|
*.llm binary
|
||||||
*.ttf binary
|
|
||||||
*.nib binary
|
*.nib binary
|
||||||
|
*.rtf binary
|
||||||
|
*.ttf binary
|
||||||
|
|
||||||
# Executables
|
# Executables
|
||||||
*.dll binary
|
*.dll binary
|
||||||
*.exe binary
|
*.exe binary
|
||||||
|
|
||||||
# Normalization disabled
|
# Files with Windows line endings
|
||||||
VivoxAUP.txt -text
|
VivoxAUP.txt text eol=crlf
|
||||||
FILES_ARE_UNICODE_UTF-16LE.txt -text
|
FILES_ARE_UNICODE_UTF-16LE.txt text eol=crlf
|
||||||
|
|
||||||
# Windows Manifest files
|
# Windows Manifest files
|
||||||
*.manifest text eol=crlf
|
*.manifest text eol=crlf
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue