forked from Embarcadero/BoldForDelphi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
40 lines (40 loc) · 736 Bytes
/
.gitattributes
File metadata and controls
40 lines (40 loc) · 736 Bytes
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
# Delphi/Windows project - use CRLF line endings
* text=auto eol=crlf
# Delphi source files
*.pas text eol=crlf
*.dfm text eol=crlf
*.dpr text eol=crlf
*.dpk text eol=crlf
*.dproj text eol=crlf
*.groupproj text eol=crlf
*.inc text eol=crlf
*.res binary
*.dcu binary
*.bpl binary
*.dcp binary
# Documentation
*.txt text eol=crlf
*.md text eol=crlf
*.UnitDoc text eol=crlf
# Other text files
*.rc text eol=crlf
*.ini text eol=crlf
*.html text eol=crlf
*.htm text eol=crlf
*.xml text eol=crlf
*.xslt text eol=crlf
*.css text eol=crlf
*.js text eol=crlf
# Model files
*.mdl text eol=crlf
*.bld text eol=crlf
# Binary files
*.exe binary
*.dll binary
*.tlb binary
*.ocx binary
*.bmp binary
*.ico binary
*.png binary
*.jpg binary
*.gif binary