Skip to content

Commit 5a4c1b6

Browse files
committed
Update git files with standard language
1 parent f798e58 commit 5a4c1b6

File tree

2 files changed

+40
-3
lines changed

2 files changed

+40
-3
lines changed

.gitattributes

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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
@@ -26,3 +26,7 @@
2626
*.pdf binary
2727
*.png binary
2828
*.xlsx binary
29+
30+
# Ignore HTML
31+
32+
*.html linguist-detectable=false

.gitignore

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,41 @@
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

0 commit comments

Comments
 (0)