UVAtlas/.gitattributes

20 lines
356 B
Plaintext
Raw Normal View History

2016-08-19 01:02:55 +00:00
# Auto detect text files and perform LF normalization
* text=auto
# Explicitly declare code/VS files as CRLF
*.cpp eol=crlf
*.h eol=crlf
*.hpp eol=crlf
*.hlsl eol=crlf
*.hlsli eol=crlf
*.fx eol=crlf
*.fxh eol=crlf
*.inc eol=crlf
*.vcxproj eol=crlf
*.filters eol=crlf
*.sln eol=crlf
# Explicitly declare resource files as binary
*.pdb binary
2020-02-15 17:17:32 +00:00
*.mdb binary