From 3b2658cb4e5917da6fbf0e3738ac6a25affea81b Mon Sep 17 00:00:00 2001 From: laurentheirendt Date: Fri, 21 Jul 2017 14:37:24 +0200 Subject: [PATCH] Treatment of binaries in gitattributes --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitattributes b/.gitattributes index 77aed6f726..d20f44ae0c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,7 @@ *.html linguist-documentation=true *.html linguist-vendored=true *.gms linguist-vendored=true + +*.mat -crlf -diff -merge +*.mlx -crlf -diff -merge +*.xlsx -crlf -diff -merge