27 lines
456 B
Plaintext
27 lines
456 B
Plaintext
# Files that will always have CRLF line endings on checkout
|
|
*.sln text eol=crlf
|
|
*.vcproj text eol=crlf
|
|
*.vcxproj text eol=crlf
|
|
*.filters text eol=crlf
|
|
*.props text eol=crlf
|
|
*.vsprops text eol=crlf
|
|
*.vbs text eol=crlf
|
|
|
|
# All files that are binary and should not be normalized
|
|
|
|
# Images
|
|
*.png binary
|
|
*.jpg binary
|
|
*.psd binary
|
|
*.gif binary
|
|
*.bmp binary
|
|
*.ico binary
|
|
*.xpm binary
|
|
*.cur binary
|
|
|
|
# Binary data
|
|
*.exe binary
|
|
*.dll binary
|
|
*.e32 binary
|
|
*.lib binary
|