Skip to content

Commit 4bfcdcc

Browse files
authored
Update .gitignore
1 parent 50b6c60 commit 4bfcdcc

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.gitignore

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,38 @@ dmypy.json
127127

128128
# Pyre type checker
129129
.pyre/
130+
131+
# Windows .ini file
132+
desktop.ini
133+
134+
# Windows default autosave extension
135+
*.asv
136+
137+
# OSX / *nix default autosave extension
138+
*.m~
139+
140+
# Compiled MEX binaries (all platforms)
141+
*.mex*
142+
143+
# Packaged app and toolbox files
144+
*.mlappinstall
145+
*.mltbx
146+
147+
# Generated helpsearch folders
148+
helpsearch*/
149+
150+
# Simulink code generation folders
151+
slprj/
152+
sccprj/
153+
154+
# Matlab code generation folders
155+
codegen/
156+
157+
# Simulink autosave extension
158+
*.autosave
159+
160+
# Simulink cache files
161+
*.slxc
162+
163+
# Octave session info
164+
octave-workspace

0 commit comments

Comments
 (0)