mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 00:08:52 -05:00
Remove inline comments
Git does not actually support inline comments within .gitattributes and complains that # is not a valid attribute name.
This commit is contained in:
parent
c3833a528b
commit
d2539f6102
@ -4,22 +4,23 @@
|
||||
|
||||
# Source files
|
||||
# ============
|
||||
*.m text # MATLAB source code
|
||||
*.m text
|
||||
*.mu text
|
||||
|
||||
# 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
|
||||
*.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
|
||||
|
Loading…
Reference in New Issue
Block a user