We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4b22452 + 3e4ee94 commit 5e1f6ceCopy full SHA for 5e1f6ce
1 file changed
Global/MATLAB.gitignore
@@ -1,31 +1,33 @@
1
-# Windows default autosave extension
+# Autosave files
2
*.asv
3
-
4
-# OSX / *nix default autosave extension
5
*.m~
+*.autosave
+*.slx.r*
6
+*.mdl.r*
7
-# Compiled MEX binaries (all platforms)
8
+# Derived content-obscured files
9
+*.p
10
+
11
+# Compiled MEX files
12
*.mex*
13
14
# Packaged app and toolbox files
15
*.mlappinstall
16
*.mltbx
17
18
+# Deployable archives
19
+*.ctf
20
21
# Generated helpsearch folders
22
helpsearch*/
23
-# Simulink code generation folders
24
+# Code generation folders
25
slprj/
26
sccprj/
-# Matlab code generation folders
27
codegen/
28
-# Simulink autosave extension
-*.autosave
-# Simulink cache files
29
+# Cache files
30
*.slxc
31
-# Octave session info
-octave-workspace
32
+# Cloud based storage dotfile
33
+.MATLABDriveTag
0 commit comments