From 29c6c6e715bd2a501baada5bac0fb89d2de54d06 Mon Sep 17 00:00:00 2001 From: kenorb Date: Fri, 17 Jan 2020 19:33:06 +0000 Subject: [PATCH] Improves git attributes file --- .gitattributes | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index 89dadfd8c..6ba32eafd 100644 --- a/.gitattributes +++ b/.gitattributes @@ -16,8 +16,7 @@ # - Include binary diff in patches instead of "binary files differ." [attr]binary -text diff -# Define text file attributes. -*.mq4 MQLcode diff=c -*.mq5 MQLcode diff=c -*.mqh MQLcode diff=c -*.exe binary +# Define file attributes. +*.ex? binary +*.h MQLcode diff=c +*.mq? MQLcode diff=c