mirror of
https://github.com/github/gitignore
synced 2024-11-11 14:28:51 +01:00
Update Matlab.gitignore (#2533)
Added extensions for prepackaged app and toolbox file, pregenerated helpsearch folders.
This commit is contained in:
parent
0a4fc9c0ef
commit
33670c672d
@ -1,8 +1,3 @@
|
||||
##---------------------------------------------------
|
||||
## Remove autosaves generated by the MATLAB editor
|
||||
## We have git for backups!
|
||||
##---------------------------------------------------
|
||||
|
||||
# Windows default autosave extension
|
||||
*.asv
|
||||
|
||||
@ -12,12 +7,19 @@
|
||||
# Compiled MEX binaries (all platforms)
|
||||
*.mex*
|
||||
|
||||
# Simulink Code Generation
|
||||
# Packaged app and toolbox files
|
||||
*.mlappinstall
|
||||
*.mltbx
|
||||
|
||||
# Generated helpsearch folders
|
||||
helpsearch*/
|
||||
|
||||
# Simulink code generation folders
|
||||
slprj/
|
||||
sccprj/
|
||||
|
||||
# Session info
|
||||
octave-workspace
|
||||
|
||||
# Simulink autosave extension
|
||||
*.autosave
|
||||
|
||||
# Octave session info
|
||||
octave-workspace
|
||||
|
Loading…
Reference in New Issue
Block a user