Skip to content

Commit 5e1f6ce

Browse files
authored
Merge pull request #4117 from mathworks/main
Update Global/MATLAB.gitignore to include broader set of transitory files
2 parents 4b22452 + 3e4ee94 commit 5e1f6ce

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

Global/MATLAB.gitignore

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,33 @@
1-
# Windows default autosave extension
1+
# Autosave files
22
*.asv
3-
4-
# OSX / *nix default autosave extension
53
*.m~
4+
*.autosave
5+
*.slx.r*
6+
*.mdl.r*
67

7-
# Compiled MEX binaries (all platforms)
8+
# Derived content-obscured files
9+
*.p
10+
11+
# Compiled MEX files
812
*.mex*
913

1014
# Packaged app and toolbox files
1115
*.mlappinstall
1216
*.mltbx
1317

18+
# Deployable archives
19+
*.ctf
20+
1421
# Generated helpsearch folders
1522
helpsearch*/
1623

17-
# Simulink code generation folders
24+
# Code generation folders
1825
slprj/
1926
sccprj/
20-
21-
# Matlab code generation folders
2227
codegen/
2328

24-
# Simulink autosave extension
25-
*.autosave
26-
27-
# Simulink cache files
29+
# Cache files
2830
*.slxc
2931

30-
# Octave session info
31-
octave-workspace
32+
# Cloud based storage dotfile
33+
.MATLABDriveTag

0 commit comments

Comments
 (0)