From f507bcbe8473607dcce262df88c3045f58bd177a Mon Sep 17 00:00:00 2001 From: andre-fuchs-uni-oldenburg <64791323+andre-fuchs-uni-oldenburg@users.noreply.github.com> Date: Tue, 7 Jul 2020 11:56:57 +0200 Subject: [PATCH] Create .gitattributes --- .gitattributes | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e338f94 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,26 @@ +# Basic .gitattributes for a MATLAB repo. +# This template includes Simulink and MuPAD extensions, in addition +# to the MATLAB extensions. + +# Source files +# ============ +*.m text diff=matlab +*.mu text diff=matlab + +# Caution: *.m also matches Mathematica packages. + +# Binary files +# ============ +*.p binary +*.mex* binary +*.fig binary +*.mat binary +*.mdl binary +*.slx binary +*.mdlp binary +*.slxp binary +*.sldd binary +*.mltbx binary +*.mlappinstall binary +*.mlpkginstall binary +*.mn binary