forked from Rin-coin/rincoin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
67 lines (55 loc) · 1.19 KB
/
Copy path.gitattributes
File metadata and controls
67 lines (55 loc) · 1.19 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
# rincoin: enforce LF for all text files
* text=auto eol=lf
# C / C++ source
*.c text eol=lf
*.cc text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.hpp text eol=lf
# Perl
*.pl text eol=lf
# Build system
configure text eol=lf
Makefile text eol=lf
*.ac text eol=lf
*.am text eol=lf
*.mk text eol=lf
*.in text eol=lf
# Scripts
*.sh text eol=lf
# Python (functional test suite)
*.py text eol=lf
# Qt UI / resources
*.ui text eol=lf
*.qrc text eol=lf
*.qss text eol=lf
# Windows resources
*.rc text eol=lf
# Man pages
*.1 text eol=lf
# Documentation / config
*.md text eol=lf
*.txt text eol=lf
*.rst text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.xml text eol=lf
COPYING text eol=lf
README text eol=lf
.gitignore text eol=lf
# SVG (XML-based; kept as text for diff readability)
*.svg text eol=lf
# Binary – must not be line-end converted
*.png binary
*.ico binary
*.gif binary
*.jpg binary
*.jpeg binary
*.bmp binary
*.ttf binary
*.otf binary
*.woff binary
*.woff2 binary
# git archive version substitution (Bitcoin → Litecoin → Rincoin upstream)
src/clientversion.cpp export-subst