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 8
8
* .mlapp binary
9
9
* .mldatx binary
10
10
* .mlproj binary
11
- * .mlx binary
11
+ * .mlx binary merge = mlAutoMerge
12
12
* .p binary
13
13
* .sfx binary
14
14
* .sldd binary
26
26
* .pdf binary
27
27
* .png binary
28
28
* .xlsx binary
29
+
30
+ # Ignore HTML
31
+
32
+ * .html linguist-detectable =false
Original file line number Diff line number Diff line change 1
1
# List of untracked files to ignore
2
2
3
- * .asv
4
3
* .zip
5
4
* .pyc
6
5
* .pyc
7
6
* .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