forked from UniprJRC/FSDA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
47 lines (43 loc) · 986 Bytes
/
.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
# Set the default behavior, in case people don't have core.autocrlf set.
* text=crlf
# 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.
*.sh text eol=lf
# Declare files that will always have CRLF line endings on checkout.
*.m text eol=crlf
#*.mlx text eol=crlf
*.txt text eol=crlf
*.html text=eol=crlf
# Declare special files
*.js text=auto
*.xlm text=auto
*.css text=auto
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.svg binary
*.zip binary
*.rar binary
*.jpeg binary
*.gif binary
*.tif binary
*.tiff binary
*.ico binary
*.ps binary
*.eps binary
*.p binary
*.mex* binary
*.fig binary
*.mat binary
*.mdl binary
*.slx binary
*.mdlp binary
*.slxp binary
*.sldd binary
*.mltbx binary
*.mlappinstall binary
*.mlpkginstall binary
*.mn binary
# Reclassify HTML files as MATLAB files
*.html -linguist-detectable
*.xml -linguist-detectable