We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4fc9c commit 33670c6Copy full SHA for 33670c6
Global/Matlab.gitignore
@@ -1,8 +1,3 @@
1
-##---------------------------------------------------
2
-## Remove autosaves generated by the MATLAB editor
3
-## We have git for backups!
4
5
-
6
# Windows default autosave extension
7
*.asv
8
@@ -12,12 +7,19 @@
12
# Compiled MEX binaries (all platforms)
13
*.mex*
14
9
15
-# Simulink Code Generation
10
+# Packaged app and toolbox files
11
+*.mlappinstall
+*.mltbx
+
+# Generated helpsearch folders
+helpsearch*/
16
17
+# Simulink code generation folders
18
slprj/
19
sccprj/
20
-# Session info
-octave-workspace
21
22
# Simulink autosave extension
23
*.autosave
24
+# Octave session info
25
+octave-workspace
0 commit comments