-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitattributes
62 lines (52 loc) · 1.38 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
59
60
61
62
# 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 eol=crlf
*.inc text eol=crlf
*.int text eol=crlf
*.cwproj text eol=crlf
*.sln text eol=crlf
# Version control files
*.apv text eol=crlf
*.dcv text eol=crlf
# 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
*.bct binary
*.bmp binary
*.bpp binary
*.chm binary
*.dat binary
*.dct binary
*.dll binary
*.exe binary
*.gif binary
*.hlp binary
*.ico binary
*.jpg binary
*.lib binary
*.png binary
*.sbp binary
*.tps binary
*.zip binary
*.[Tt][Pp][Ss] binary
*.[Aa][Pp][Pp] binary
*.[Dd][Cc][Tt] 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
.app.BinaryImport linguist-language=Clarion
.dct.BinaryImport linguist-language=Clarion