Browse Source

Update Matlab.gitignore (#2533)

Added extensions for prepackaged app and toolbox file, pregenerated helpsearch folders.
pull/2526/merge
Sam Roberts 6 years ago
parent
commit
33670c672d
1 changed files with 11 additions and 9 deletions
  1. 11
    9
      Global/Matlab.gitignore

+ 11
- 9
Global/Matlab.gitignore View File

@@ -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…
Cancel
Save