summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2014-10-27 16:15:08 +0000
committerJosé Fonseca <jfonseca@vmware.com>2014-10-27 16:49:09 +0000
commit84696872b45037de88e2008f169ba1baa0508e76 (patch)
treed887cdc2cc0e5eb1ebd7adacdcb07c9d1d11daac /.gitattributes
parentb786e3d78c89f996e9142b43f7de03b0981bbca2 (diff)
git: Prevent automatic CRLF conversion for Mako templates.
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 Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 000000000..f3eddbcdc
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+*.mako -crlf