Skip to content

Commit 33670c6

Browse files
sllrobertsshiftkey
authored andcommitted
Update Matlab.gitignore (#2533)
Added extensions for prepackaged app and toolbox file, pregenerated helpsearch folders.
1 parent 0a4fc9c commit 33670c6

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

Global/Matlab.gitignore

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
##---------------------------------------------------
2-
## Remove autosaves generated by the MATLAB editor
3-
## We have git for backups!
4-
##---------------------------------------------------
5-
61
# Windows default autosave extension
72
*.asv
83

@@ -12,12 +7,19 @@
127
# Compiled MEX binaries (all platforms)
138
*.mex*
149

15-
# Simulink Code Generation
10+
# Packaged app and toolbox files
11+
*.mlappinstall
12+
*.mltbx
13+
14+
# Generated helpsearch folders
15+
helpsearch*/
16+
17+
# Simulink code generation folders
1618
slprj/
1719
sccprj/
1820

19-
# Session info
20-
octave-workspace
21-
2221
# Simulink autosave extension
2322
*.autosave
23+
24+
# Octave session info
25+
octave-workspace

0 commit comments

Comments
 (0)