|
@@ -0,0 +1,49 @@
|
|
|
|
+# Autosave files
|
|
|
|
+*.asv
|
|
|
|
+*.m~
|
|
|
|
+*.autosave
|
|
|
|
+*.slx.r*
|
|
|
|
+*.mdl.r*
|
|
|
|
+
|
|
|
|
+# Derived content-obscured files
|
|
|
|
+*.p
|
|
|
|
+
|
|
|
|
+# Compiled MEX files
|
|
|
|
+*.mex*
|
|
|
|
+
|
|
|
|
+# Packaged app and toolbox files
|
|
|
|
+*.mlappinstall
|
|
|
|
+*.mltbx
|
|
|
|
+
|
|
|
|
+# Deployable archives
|
|
|
|
+*.ctf
|
|
|
|
+
|
|
|
|
+# Generated helpsearch folders
|
|
|
|
+helpsearch*/
|
|
|
|
+
|
|
|
|
+# Code generation folders
|
|
|
|
+slprj/
|
|
|
|
+sccprj/
|
|
|
|
+codegen/
|
|
|
|
+
|
|
|
|
+# Cache files
|
|
|
|
+*.slxc
|
|
|
|
+**/*.pyc
|
|
|
|
+**/*.c
|
|
|
|
+
|
|
|
|
+# Cloud based storage dotfile
|
|
|
|
+.MATLABDriveTag
|
|
|
|
+
|
|
|
|
+**/conf/
|
|
|
|
+**/target/
|
|
|
|
+**/output/
|
|
|
|
+**/testData/
|
|
|
|
+**/testOutput/
|
|
|
|
+**/source_code_original/
|
|
|
|
+**/build/
|
|
|
|
+**/dist/
|
|
|
|
+**/log/
|
|
|
|
+
|
|
|
|
+**/*.egg-info/
|
|
|
|
+**/__pycache__/
|
|
|
|
+**/*venv/
|