forked from tsduck/tsduck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
44 lines (41 loc) · 864 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
# Text files to always convert to native line endings on checkout.
.gitignore text
.gitattributes text
Makefile* text
*.txt text
*.dox text
*.md text
*.h text
*.c text
*.cpp text
*.asm text
*.pro text
*.pri text
*.control text
# Text files that will always have CRLF line endings on checkout.
*.ps1 text eol=crlf
*.psm1 text eol=crlf
*.nsi text eol=crlf
*.sln text eol=crlf
*.props text eol=crlf
*.vcxproj text eol=crlf
*.vcxproj.filters text eol=crlf
# Text files that will always have LF line endings on checkout.
*.html text eol=lf
*.sh text eol=lf
*.postinst text eol=lf
*.spec text eol=lf
*.perms text eol=lf
*.rules text eol=lf
Makefile* text eol=lf
# Binary file, do not modify on convert, whatever your git settings are.
*.exe binary
*.pdf binary
*.bin binary
*.png binary
*.jpg binary
*.ico binary
*.xcf binary
*.docx binary
*.pptx binary
*.bin binary