mirror of
https://github.com/github/gitignore
synced 2025-06-27 09:09:57 +02:00
Merge pull request #4117 from mathworks/main
Update Global/MATLAB.gitignore to include broader set of transitory files
This commit is contained in:
commit
5e1f6cef17
@ -1,31 +1,33 @@
|
|||||||
# Windows default autosave extension
|
# Autosave files
|
||||||
*.asv
|
*.asv
|
||||||
|
|
||||||
# OSX / *nix default autosave extension
|
|
||||||
*.m~
|
*.m~
|
||||||
|
*.autosave
|
||||||
|
*.slx.r*
|
||||||
|
*.mdl.r*
|
||||||
|
|
||||||
# Compiled MEX binaries (all platforms)
|
# Derived content-obscured files
|
||||||
|
*.p
|
||||||
|
|
||||||
|
# Compiled MEX files
|
||||||
*.mex*
|
*.mex*
|
||||||
|
|
||||||
# Packaged app and toolbox files
|
# Packaged app and toolbox files
|
||||||
*.mlappinstall
|
*.mlappinstall
|
||||||
*.mltbx
|
*.mltbx
|
||||||
|
|
||||||
|
# Deployable archives
|
||||||
|
*.ctf
|
||||||
|
|
||||||
# Generated helpsearch folders
|
# Generated helpsearch folders
|
||||||
helpsearch*/
|
helpsearch*/
|
||||||
|
|
||||||
# Simulink code generation folders
|
# Code generation folders
|
||||||
slprj/
|
slprj/
|
||||||
sccprj/
|
sccprj/
|
||||||
|
|
||||||
# Matlab code generation folders
|
|
||||||
codegen/
|
codegen/
|
||||||
|
|
||||||
# Simulink autosave extension
|
# Cache files
|
||||||
*.autosave
|
|
||||||
|
|
||||||
# Simulink cache files
|
|
||||||
*.slxc
|
*.slxc
|
||||||
|
|
||||||
# Octave session info
|
# Cloud based storage dotfile
|
||||||
octave-workspace
|
.MATLABDriveTag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user