From 9c1e82085eb07d5b4dcdacbe82d5bafd26e08631 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Mon, 9 Jul 2018 21:05:47 -0600 Subject: [PATCH] .gitattributes: Exclude *.svg from CRLF/LF conversion I ran into trouble after importing the Hugo v0.43 release tarball into the Debian packaging git repository... --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 1a5b760ec..6994810cf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,6 @@ # Go source files always have LF line endings *.go text eol=lf + +# SVG files should not be modified +*.svg -text