From 0aa6ba1a006c77e7625fe46772415fa521af096d Mon Sep 17 00:00:00 2001 From: Nick Cameron Date: Tue, 28 Mar 2017 08:26:42 +1300 Subject: [PATCH] Update .gitattributes to treat docx and odt files as binaries --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index d56abbf30..11f09c731 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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