1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 00:08:52 -05:00
Commit Graph

3 Commits

Author SHA1 Message Date
Richie Bendall
b35995c1a2 Added Matlab diff 2019-03-09 15:33:13 +13:00
Scott Lowe
d2539f6102 Remove inline comments
Git does not actually support inline comments within
.gitattributes and complains that # is not a valid attribute name.
2015-12-03 17:47:29 +00:00
Scott Lowe
4913e5c68a Create Matlab.gitattributes
Ensure *.m and *.mu files containing MATLAB or MuPad code are
recognised as text files, and all other MathWorks proprietary
compiled file types are recognised as binaries. These includes
MATLAB, Simulink, and MuPAD file extensions.

Sources:
https://uk.mathworks.com/help/matlab/matlab_prog/set-up-git-source-control.html
https://uk.mathworks.com/help/matlab/matlab_env/mathworks-file-extensions.html
2015-09-08 23:51:52 +01:00