-
Notifications
You must be signed in to change notification settings - Fork 69
/
.gitattributes
Latest commit
executable file
·37 lines (35 loc) · 666 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
# Per default everything gets normalized and gets LF line endings on checkout.
* text 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
# These are binary so should never be modified by git.
*.png binary
*.jpg binary
*.jpe binary
*.jpeg binary
*.JPG binary
*.JPEG binary
*.PNG binary
*.ttf binary
*.eot binary
*.woff binary
*.inv binary
*.dxf binary
*.mp4 binary
*.wav binary
*.mp3 binary
*.hdf binary
*.bat binary
*.pdm binary
*.doctree binary
*.elf binary
*.bin binary
*.bit binary
*.xclbin binary
*.a binary
*.bsp binary
*.so binary