From 9c5be808d0b54212c98182285541ad9b7709d980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 11 Jun 2015 00:06:20 +0200 Subject: [PATCH] Mark some files as having LF only to fix tests on Windows. --- src/Magnum/Test/ShaderGLTestFiles/.gitattributes | 1 + src/MagnumPlugins/MagnumFont/Test/.gitattributes | 1 + 2 files changed, 2 insertions(+) create mode 100644 src/Magnum/Test/ShaderGLTestFiles/.gitattributes create mode 100644 src/MagnumPlugins/MagnumFont/Test/.gitattributes diff --git a/src/Magnum/Test/ShaderGLTestFiles/.gitattributes b/src/Magnum/Test/ShaderGLTestFiles/.gitattributes new file mode 100644 index 000000000..2dded58dc --- /dev/null +++ b/src/Magnum/Test/ShaderGLTestFiles/.gitattributes @@ -0,0 +1 @@ +shader.glsl -crlf diff --git a/src/MagnumPlugins/MagnumFont/Test/.gitattributes b/src/MagnumPlugins/MagnumFont/Test/.gitattributes new file mode 100644 index 000000000..1e8180050 --- /dev/null +++ b/src/MagnumPlugins/MagnumFont/Test/.gitattributes @@ -0,0 +1 @@ +font.conf -crlf