-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
57 lines (51 loc) · 961 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
48
49
50
51
52
53
54
55
56
57
# for users who don't have core.autocrlf set
* text=auto
# known text extensions
*.m text diff=matlab merge
*.py text diff=python merge
*.pyx text diff=python merge
*.f text diff=fortran merge
*.f90 text diff=fortran merge
*.coveragerc text
*.css text
*.gitattributes text
*.gitignore text
*.htm text
*.html text
*.ini text
*.lock text
*.md text
*.prj text
*.php text
*.rst text
*.tex text
*.toml text
*.txt text
*.make text
# Windows specific files to always have CRLF
*.bat text eol=crlf
# Unix files to always have LF
*.sh text eol=lf
# Specific executables
/dcs2 text eol=lf
# known binary files to not modify
*.dll binary
*.doc binary
*.docx binary
*.fig binary
*.hdf5 binary
*.jpg binary
*.mat binary
*.mex binary
*.mexw32 binary
*.mexw64 binary
*.pdf binary
*.png binary
*.ppt binary
*.pptx binary
*.pyc binary
*.xlx binary
*.xlsx binary
# files to ignore when creating zip file for download
/.gitattributes export-ignore
/.gitignore export-ignore