commit 9c1e82085eb07d5b4dcdacbe82d5bafd26e08631
parent 2b73e89d6d2822e86360a6c92c87f539677c119b
Author: Anthony Fok <foka@debian.org>
Date: Mon, 9 Jul 2018 21:05:47 -0600
.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...
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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