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 50b6c60 commit 4bfcdccCopy full SHA for 4bfcdcc
.gitignore
@@ -127,3 +127,38 @@ dmypy.json
127
128
# Pyre type checker
129
.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