-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitattributes
46 lines (40 loc) · 1.07 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
# https://help.github.com/articles/dealing-with-line-endings
# Set the default behavior, in case people don't have core.autocrlf set.
* text eol=crlf
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.clw text
*.inc text
*.int text
*.cwproj text
*.sln text
# Declare files that will always have CRLF line endings on checkout.
*.sln text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.app binary
*.bmp binary
*.chm binary
*.dct binary
*.dll binary
*.exe binary
*.gif binary
*.hlp binary
*.ico binary
*.jpg binary
*.lib binary
*.png binary
*.sbp binary
*.zip binary
# Declare help as documentation folder
help/* linguist-documentation
# Declare language association
*.clw linguist-language=Clarion
*.cwproj linguist-language=Clarion
*.equ linguist-language=Clarion
*.inc linguist-language=Clarion
*.int linguist-language=Clarion
*.sln linguist-language=Clarion
*.tpl linguist-language=Clarion
*.tpw linguist-language=Clarion
*.txa linguist-language=Clarion
*.txd linguist-language=Clarion