Skip to content

Commit 2ec0ee3

Browse files
committed
git attributes
1 parent 1778fdb commit 2ec0ee3

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

Diff for: .gitattributes

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
* text=auto
2+
3+
*.fig binary
4+
*.mat binary
5+
*.mdl binary diff merge=mlAutoMerge
6+
*.mdlp binary
7+
*.mex* binary
8+
*.mlapp binary
9+
*.mldatx binary merge=mlAutoMerge
10+
*.mlproj binary
11+
*.mlx binary
12+
*.p binary
13+
*.plprj binary
14+
*.sbproj binary
15+
*.sfx binary
16+
*.sldd binary
17+
*.slreqx binary merge=mlAutoMerge
18+
*.slmx binary merge=mlAutoMerge
19+
*.sltx binary
20+
*.slxc binary
21+
*.slx binary merge=mlAutoMerge
22+
*.slxp binary
23+
24+
## MATLAB Project metadata files use LF line endings
25+
/resources/project/**/*.xml text eol=lf
26+
27+
## Other common binary file types
28+
*.docx binary
29+
*.exe binary
30+
*.jpg binary
31+
*.pdf binary
32+
*.png binary
33+
*.xlsx binary

Diff for: .gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ CodeIssues.sarif
33
TestResults.xml
44
code-coverage.xml
55

6+
resources/
67
.buildtool/
78
*.asv
89
docs/

Diff for: matlab-stdlib.prj

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<MATLABProject xmlns="http://www.mathworks.com/MATLABProjectFile"/>

0 commit comments

Comments
 (0)