File tree Expand file tree Collapse file tree 2 files changed +40
-3
lines changed Expand file tree Collapse file tree 2 files changed +40
-3
lines changed Original file line number Diff line number Diff line change 88* .mlapp binary
99* .mldatx binary
1010* .mlproj binary
11- * .mlx binary
11+ * .mlx binary merge = mlAutoMerge
1212* .p binary
1313* .sfx binary
1414* .sldd binary
2626* .pdf binary
2727* .png binary
2828* .xlsx binary
29+
30+ # Ignore HTML
31+
32+ * .html linguist-detectable =false
Original file line number Diff line number Diff line change 11# List of untracked files to ignore
22
3- * .asv
43* .zip
54* .pyc
65* .pyc
76* .vs
8- * TestOutput
7+ * TestOutput
8+
9+ # Autosave files
10+ * .asv
11+ * .m~
12+ * .autosave
13+ * .slx.r *
14+ * .mdl.r *
15+
16+ # Derived content-obscured files
17+ * .p
18+
19+ # Compiled MEX files
20+ * .mex *
21+
22+ # Packaged app and toolbox files
23+ * .mlappinstall
24+ * .mltbx
25+
26+ # Deployable archives
27+ * .ctf
28+
29+ # Generated helpsearch folders
30+ helpsearch * /
31+
32+ # Code generation folders
33+ slprj /
34+ sccprj /
35+ codegen /
36+
37+ # Cache files
38+ * .slxc
39+
40+ # Cloud based storage dotfile
41+ .MATLABDriveTag
You can’t perform that action at this time.
0 commit comments