.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...
This commit is contained in:
Anthony Fok 2018-07-09 21:05:47 -06:00
parent 2b73e89d6d
commit 9c1e82085e
No known key found for this signature in database
GPG Key ID: EA2500B412C59ACF
1 changed files with 3 additions and 0 deletions

3
.gitattributes vendored
View File

@ -3,3 +3,6 @@
# Go source files always have LF line endings
*.go text eol=lf
# SVG files should not be modified
*.svg -text