From b4522c1cdf03f0c8e793ff50792ffdd44272c4ec Mon Sep 17 00:00:00 2001 From: James Zern Date: Tue, 11 Apr 2017 12:45:30 -0700 Subject: [PATCH] .gitattributes: force mkv/webm to be treated as binary Change-Id: I91463cd9b709dcfbb4aedc128b89f98f40550f69 --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 6394064..2b5cda5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,3 +2,5 @@ *.vcproj eol=crlf *.vsprops eol=crlf *.vcxproj eol=crlf +*.mkv -text -diff +*.webm -text -diff