diff options
author | Anthony Fok <[email protected]> | 2018-07-09 21:05:47 -0600 |
---|---|---|
committer | Anthony Fok <[email protected]> | 2018-07-09 21:06:15 -0600 |
commit | 9c1e82085eb07d5b4dcdacbe82d5bafd26e08631 (patch) | |
tree | 6008fa73cdfb03a8bf2843c35ce08208c7280256 /.gitattributes | |
parent | 2b73e89d6d2822e86360a6c92c87f539677c119b (diff) | |
download | hugo-9c1e82085eb07d5b4dcdacbe82d5bafd26e08631.tar.gz hugo-9c1e82085eb07d5b4dcdacbe82d5bafd26e08631.zip |
.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-- | .gitattributes | 3 |
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 |