forked from Xor-el/SolLib4Pascal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
46 lines (41 loc) · 903 Bytes
/
.gitattributes
File metadata and controls
46 lines (41 loc) · 903 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
41
42
43
44
45
46
# -------------------------------------------------------------
# Global settings — ensure consistent LF endings on all systems
# -------------------------------------------------------------
* text=auto eol=lf
# Delphi / Object Pascal source files
*.pas text eol=lf
*.dpr text eol=lf
*.dpk text eol=lf
*.inc text eol=lf
# Form and resource files
*.dfm text eol=lf
*.fmx text eol=lf
*.xfm text eol=lf
*.nfm text eol=lf
*.res binary
*.rc text eol=lf
# Project and configuration files
*.dproj text eol=lf
*.groupproj text eol=lf
*.bdsgroup text eol=lf
*.bdsproj text eol=lf
*.identcache binary
*.local binary
*.dcu binary
# Common text files
*.txt text eol=lf
*.md text eol=lf
*.json text eol=lf
*.xml text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.ini text eol=lf
*.cfg text eol=lf
# Ignore common binaries
*.exe binary
*.dll binary
*.so binary
*.a binary
*.lib binary
*.obj binary
*.o binary