Merge pull request #571 from nrc/attrs

Update .gitattributes to treat docx and odt files as binaries
This commit is contained in:
Steve Klabnik
2017-03-27 16:03:45 -04:00
committed by GitHub

2
.gitattributes vendored
View File

@@ -1,2 +1,4 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto eol=lf
*.docx binary
*.odt binary