2016-09-16 01:25:12 +03:00
|
|
|
# Auto detect text files and perform LF normalization
|
|
|
|
* text=auto
|
|
|
|
|
|
|
|
# Explicitly declare code/VS files as CRLF
|
|
|
|
*.cpp eol=crlf
|
|
|
|
*.cmd eol=crlf
|
|
|
|
*.h eol=crlf
|
|
|
|
*.hlsl eol=crlf
|
|
|
|
*.hlsli eol=crlf
|
|
|
|
*.fx eol=crlf
|
|
|
|
*.fxh eol=crlf
|
|
|
|
*.inc eol=crlf
|
|
|
|
*.inl eol=crlf
|
|
|
|
*.vcxproj eol=crlf
|
|
|
|
*.filters eol=crlf
|
|
|
|
*.sln eol=crlf
|
|
|
|
|
|
|
|
# Explicitly declare resource files as binary
|
2019-07-13 08:33:55 +03:00
|
|
|
*.docx binary
|
2016-09-16 01:25:12 +03:00
|
|
|
*.pdb binary
|
|
|
|
*.dds binary
|
|
|
|
*.sdkmesh binary
|
|
|
|
*.spritefont binary
|
|
|
|
*.wav binary
|
|
|
|
*.xwb binary
|
|
|
|
*.jpg binary
|
|
|
|
*.png binary
|