forked from AMDResearch/Riallto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
53 lines (51 loc) · 905 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
# Per default everything gets normalized and gets LF line endings on checkout.
* text eol=lf
*.txt eol=lf
*.md eol=lf
*.html eol=lf
*.cpp eol=lf
*.hpp eol=lf
*.h eol=lf
*.c eol=lf
*.cc eol=lf
# These will always have CRLF line endings on checkout.
*.vcxproj text eol=crlf
*.props text eol=crlf
*.project text eol=crlf
*.cproject text eol=crlf
*.inf text eol=crlf
*.lic text eol=crlf
# These are binary so should never be modified by git.
*.exe binary
*.png binary
*.jpg binary
*.jpe binary
*.jpeg binary
*.JPG binary
*.PNG binary
*.gif binary
*.ttf binary
*.eot binary
*.woff binary
*.inv binary
*.dxf binary
*.mp4 binary
*.wav binary -crlf
*.mp3 binary
*.hdf binary
*.bat binary
*.pdm binary
*.doctree binary
*.elf binary -crlf
*.bin binary -crlf
*.bit binary -crlf
*.a binary -crlf
*.bsp binary
*.dll binary
*.pyd binary
*.so binary
*.whl binary
*.xclbin binary
*.zip binary
*.pt binary
*.onnx binary