summaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorAnthony Fok <foka@debian.org>2018-07-09 21:05:47 -0600
committerAnthony Fok <foka@debian.org>2018-07-09 21:06:15 -0600
commit9c1e82085eb07d5b4dcdacbe82d5bafd26e08631 (patch)
tree6008fa73cdfb03a8bf2843c35ce08208c7280256 /.gitattributes
parent2b73e89d6d2822e86360a6c92c87f539677c119b (diff)
.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 (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
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