-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
74 lines (65 loc) · 1.96 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
63
64
65
66
67
68
69
70
71
72
73
# 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
# Version control files
*.apv text
*.dcv 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
*.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
*.trf binary
*.zip binary
# Declare help as documentation folder
help/* linguist-documentation
# Declare languuage 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
# These could might be large files
# LFS: Large File Storage [Versioning Large (>100mg) Files]
# Capesoft: LIBCEF.DLL, ???
*.app filter=lfs diff=lfs merge=lfs -text
*.dat filter=lfs diff=lfs merge=lfs -text
*.dll filter=lfs diff=lfs merge=lfs -text
*.exe filter=lfs diff=lfs merge=lfs -text
*.msi filter=lfs diff=lfs merge=lfs -text
*.tps filter=lfs diff=lfs merge=lfs -text
*.trf filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.[Aa][Pp][Pp] filter=lfs diff=lfs merge=lfs -text
*.[Dd][Aa][Tt] filter=lfs diff=lfs merge=lfs -text
*.[Dd][Ll][Ll] filter=lfs diff=lfs merge=lfs -text
*.[Ee][Xx][Ee] filter=lfs diff=lfs merge=lfs -text
*.[Mm][Ss][Ii] filter=lfs diff=lfs merge=lfs -text
*.[Tt][Pp][Ss] filter=lfs diff=lfs merge=lfs -text
*.[Tt][Rr][Ff] filter=lfs diff=lfs merge=lfs -text
*.[Zz][Ii][Pp] filter=lfs diff=lfs merge=lfs -text