فهرست منبع

提交gitignore

chenhongyan1989 1 ماه پیش
والد
کامیت
f8a53e866e
1فایلهای تغییر یافته به همراه49 افزوده شده و 0 حذف شده
  1. 49 0
      .gitignore

+ 49 - 0
.gitignore

@@ -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/