Skip to content

Commit d330373

Browse files
authored
Create MATLAB.gitignore
1 parent e532375 commit d330373

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

MATLAB.gitignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Windows default autosave extension
2+
*.asv
3+
4+
# OSX / *nix default autosave extension
5+
*.m~
6+
7+
# Derived Content-Obscured files
8+
*.p
9+
10+
# Compiled MEX binaries (all platforms)
11+
*.mex*
12+
13+
# Packaged app and toolbox files
14+
*.mlappinstall
15+
*.mltbx
16+
17+
# Generated helpsearch folders
18+
helpsearch*/
19+
20+
# Simulink code generation folders
21+
slprj/
22+
sccprj/
23+
24+
# Matlab code generation folders
25+
codegen/
26+
27+
# Simulink autosave extension
28+
*.autosave
29+
30+
# Simulink cache files
31+
*.slxc

0 commit comments

Comments
 (0)