1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 16:28:24 -05:00

Merge pull request #28 from scottclowe/add-matlab

Create Matlab.gitattributes
This commit is contained in:
Alexander Karatarakis 2015-09-09 15:22:34 +03:00
commit 4d8b7a5734

25
Matlab.gitattributes Normal file
View File

@ -0,0 +1,25 @@
# Basic .gitattributes for a MATLAB repo.
# This template includes Simulink and MuPAD extensions, in addition
# to the MATLAB extensions.
# Source files
# ============
*.m text # MATLAB source code
# Caution: *.m also matches Mathematica packages.
*.mu text # MuPAD code
# Binary files
# ============
*.p binary # obfuscated .m file
*.mex* binary # compiled .m file
*.fig binary # MATLAB figure
*.mat binary # MATLAB variable dump
*.mdl binary # simulink model
*.slx binary # simulink model
*.mdlp binary # obfuscated simulink model
*.slxp binary # obfuscated simulink model
*.sldd binary # simulink datadirectory
*.mltbx binary # toolbox installer
*.mlappinstall binary # app installer
*.mlpkginstall binary # package installer
*.mn binary # mupad notebook