-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
56 lines (50 loc) · 1.08 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# Set the default behavior, in case people don't have core.autocrlf set.
* text=lf
# Force bash scripts to always use lf line endings so that if a repo is accessed
# in Unix via a file share from Windows, the scripts will work.
*.c text eol=lf
*.h text eol=lf
*.md text eol=lf
*.R text eol=lf
*.Rmd text eol=lf
*.save text eol=lf
*.sh text eol=lf
# Declare files that will always have CRLF line endings on checkout.
*.html text=eol=crlf
*.m text eol=crlf
#*.mlx text eol=crlf
*.txt text eol=crlf
# Declare special files
*.css text=auto
*.js text=auto
*.xlm text=auto
# Denote all files that are truly binary and should not be modified.
*.eps binary
*.fig binary
*.gif binary
*.ico binary
*.jpeg binary
*.jpg binary
*.mat binary
*.mdl binary
*.mdlp binary
*.mex* binary
*.mlappinstall binary
*.mlpkginstall binary
*.mltbx binary
*.mn binary
*.p binary
*.png binary
*.ps binary
*.rar binary
*.rda binary
*.sldd binary
*.slx binary
*.slxp binary
*.svg binary
*.tif binary
*.tiff binary
*.zip binary
# Reclassify HTML files as MATLAB files
*.html -linguist-detectable
*.xml -linguist-detectable