| commit | 6cb083fe3d097bed68bf2d81f56b403f2694c2d7 | [log] [tgz] |
|---|---|---|
| author | inikep <inikep@gmail.com> | Mon Apr 25 14:42:15 2016 +0200 |
| committer | inikep <inikep@gmail.com> | Mon Apr 25 14:42:15 2016 +0200 |
| tree | baf1f3cd0d4e3aff9f873f76ba7c9dd2e56863d3 | |
| parent | ea4ee3eee0f9e89a3937c2e46f1a36eb5c0313a3 [diff] [blame] |
fixed 64-bit compilation with Visual C++
diff --git a/.gitattributes b/.gitattributes index b9d54fb..b36a354 100644 --- a/.gitattributes +++ b/.gitattributes
@@ -8,8 +8,9 @@ # Denote files that should not be modified. *.odt binary *.png binary + # Visual Studio *.sln binary *.suo binary -*.vcxproj* binary - +*.vcxproj* text eol=crlf +*.rc text eol=crlf