-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
79 lines (70 loc) · 1.33 KB
/
Copy path.gitattributes
File metadata and controls
79 lines (70 loc) · 1.33 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
# Auto detect text files and perform LF normalization
* text=auto
# Delphi source files - use CRLF (Windows line endings)
*.pas text eol=crlf
*.dpr text eol=crlf
*.dpk text eol=crlf
*.dproj text eol=crlf
*.dfm text eol=crlf
*.fmx text eol=crlf
*.res binary
*.dcu binary
*.dcp binary
*.bpl binary
*.bpi binary
*.lib binary
*.a binary
*.o binary
*.obj binary
# Configuration files - use CRLF
*.cfg text eol=crlf
*.dof text eol=crlf
*.ini text eol=crlf
# Documentation files - use LF
*.md text eol=lf
*.txt text eol=lf
README text eol=lf
LICENSE text eol=lf
CHANGELOG text eol=lf
# Project files - use CRLF
*.groupproj text eol=crlf
*.bdsproj text eol=crlf
*.dproj text eol=crlf
*.cbproj text eol=crlf
# Resource files
*.rc text eol=crlf
*.resx text eol=crlf
# Binary files
*.exe binary
*.dll binary
*.bpl binary
*.dcp binary
*.dcu binary
*.lib binary
*.bpi binary
*.pdb binary
*.map binary
*.rsm binary
*.tds binary
*.drc binary
*.res binary
*.ico binary
*.bmp binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
# Archive files
*.zip binary
*.7z binary
*.rar binary
*.gz binary
*.tar binary
# Git merge strategy for DFM/FMX files
*.dfm merge=union
*.fmx merge=union
# Linguist overrides for GitHub language detection
*.pas linguist-language=Pascal
*.dpr linguist-language=Pascal
*.dpk linguist-language=Pascal
*.inc linguist-language=Pascal