mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 08:18:50 -05:00
d2539f6102
Git does not actually support inline comments within .gitattributes and complains that # is not a valid attribute name.
27 lines
592 B
Plaintext
27 lines
592 B
Plaintext
# Basic .gitattributes for a MATLAB repo.
|
|
# This template includes Simulink and MuPAD extensions, in addition
|
|
# to the MATLAB extensions.
|
|
|
|
# Source files
|
|
# ============
|
|
*.m text
|
|
*.mu text
|
|
|
|
# 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
|