diff options
author | José Fonseca <jfonseca@vmware.com> | 2014-10-27 16:15:08 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2014-10-27 16:49:09 +0000 |
commit | 84696872b45037de88e2008f169ba1baa0508e76 (patch) | |
tree | d887cdc2cc0e5eb1ebd7adacdcb07c9d1d11daac | |
parent | b786e3d78c89f996e9142b43f7de03b0981bbca2 (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>
-rw-r--r-- | .gitattributes | 1 |
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 |