From: José Fonseca <[email protected]>

It seems that Mako templates don't handle CRLF properly, so force them
to retain Unix line endings on Windows.

Fixes https://bugs.freedesktop.org/show_bug.cgi?id=80489
---
 .gitattributes | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 .gitattributes

diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..f3eddbc
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.mako -crlf
-- 
1.9.1

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to