-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitattributes
58 lines (57 loc) · 1.02 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
57
58
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Source code
*.c text
*.cpp text
*.h text
*.hpp text
*.cxx text
*.hxx text
*.py text
*.pyx text
*.pxd text
# Configuration files and scripts
*.sh text eol=lf
*.bat text eol=crlf
*.cmd text eol=crlf
*.cfg text
*.csv text eol=lf
*.cmake text
*.json text
*.jinja2 text
*.yaml text
*.yml text
*.xml text
*.md text
*.txt text
*.ini text
*.ps1 text
.coveragerc text
.gitignore text
.mu_repo text
.cproject text
.project text
.pydevproject text
# Documentation
*.css text
*.html text
*.rst text
*.in text
LICENSE text
Doxyfile text
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.db binary
*.pickle binary
*.h5 binary
*.hdf binary
*.xls binary
*.xlsx binary
*.db binary
*.p binary
*.pkl binary
*.pyc binary
*.pyd binary
*.pyo binary