-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdot.gitattributes_global.base_builtin
115 lines (90 loc) · 2.16 KB
/
dot.gitattributes_global.base_builtin
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
# -*- mode: Gitattributes -*-
# Text (builtin) ===============================================================
# https://github.com/git/git/blob/df6c4f722c94641d5a9ea5496511f7043433abc2/Documentation/gitattributes.txt#L803-L850
# https://github.com/git/git/blob/d486ca60a51c9cb1fe068803c3f540724e95e83a/userdiff.c
*.ada text
*.adb text
*.ads text
*.bash text
*.sh text
*.bib text
*.bibtex text
*.c text
*.c++ text
*.cc text
*.cpp text
*.cxx text
*.h text
*.h++ text
*.hh text
*.hpp text
*.cs text
*.css text
*.dts text
*.dtsi text
*.ex text
*.exs text
*.[Ff] text
*.[Ff]or text
*.[Ff][0-9][0-9] text
*.fountain text
*.go text
*.htm text
*.html text
*.java text
*.gradle text
*.gradle.kts text
*.markdown text
*.md text
*.mdwn text
*.mdown text
*.mkd text
*.mkdn text
# NOTE skipping *.m, because it matches Matlab/ObjectiveC too
# *.m text
*.mu text
# NOTE skipping *.m, because it matches Mathematica/Matlab too
# *.m text
*.mm text
*.p text
*.pas text
*.pp text
*.perl text
*.pl text
*.pm text
*.php text
*.inc text
*.pxd text
*.py text
*.py3 text
*.pyi text
*.pyw text
*.pyx text
*.pyz text
*.gemspec text
*.rb text
*.rs text
# see https://stackoverflow.com/a/56853906/465684
# Racket
*.rkt text
# Scheme Scribe
*.scr text
# Scribble
*.scrbl text
# Extensions: Scheme
*.scm text
# Extensions: Scheme library definition
*.sld text
# Extensions: Scheme library source
*.sls text
# Extensions: Scheme program source
*.sps text
# Rare: Scheme source # .scm
*.ss text
# Rare: Scheme # .scm
*.sc text
# Rare: Scheme
*.sch text
# Rare: Scheme
*.sps7 text
*.tex text