-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
120 lines (97 loc) · 3.41 KB
/
Copy path.gitattributes
File metadata and controls
120 lines (97 loc) · 3.41 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
##################################################################
# Set default behavior to automatically normalize line endings.
##################################################################
* text=auto
##################################################################
# Typical text files
##################################################################
# C++ files
*.h text eol=crlf
*.cpp text eol=crlf
# Delphi files
*.dproj text eol=crlf
*.deployproj text eol=crlf
*.vlb text eol=crlf
*.optset text eol=crlf
*.pas text eol=crlf
*.dpr text eol=crlf
*.bpr text eol=crlf
*.drc text eol=crlf
*.bgg text eol=crlf
*.cfg text eol=crlf
*.dof text eol=crlf
*.groupproj text eol=crlf
*.bdsgroup text eol=crlf
*.dfm text eol=crlf
*.fmx text eol=crlf
*.otares binary
*.res binary
*.keystore binary
# Windows files
*.rc text eol=crlf
*.bat text eol=crlf
*.cmd text eol=crlf
*.dll binary
*.exe binary
*.dsk binary
##################################################################
# Set the merge driver for project files
##################################################################
*.dproj merge=binary
*.groupproj merge=binary
##################################################################
# Image files are treated as binary by default
##################################################################
*.png binary
*.bmp binary
*.ico binary
*.xpm binary
*.ppm binary
*.pgm binary
*.pbm binary
*.jpg binary
##################################################################
# XML
##################################################################
*.xml text
*.dtd text
*.xsd text
*.xsl text
##################################################################
# Web
##################################################################
*.html text diff=html
*.css text diff=css
##################################################################
# Archive
##################################################################
*.tar binary
*.zip binary
##################################################################
# Database
##################################################################
*.dbf binary
*.mdx binary
##################################################################
# Spreadsheet
##################################################################
*.ods binary
*.xls binary
*.xlsx binary
##################################################################
# General
##################################################################
*.txt text
*.po binary
*.bak binary
*.cfg text
*.chm binary
*.csv text
*.hlp binary
*.ini text
*.odt text
*.pdf text
*.ps text
*.rtf text
*.docx binary
*.doc binary