-
Notifications
You must be signed in to change notification settings - Fork 13
/
.gitattributes
70 lines (64 loc) · 2.33 KB
/
.gitattributes
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
* text=auto eol=crlf
# VB6 source files (show diff + keep CRLF in zip download)
*.[bB][aA][sS] text eol=crlf working-tree-encoding=CP1251 linguist-language=vb6
*.[cC][lL][sS] text eol=crlf working-tree-encoding=CP1251 linguist-language=vb6
*.[cC][tT][lL] text eol=crlf working-tree-encoding=CP1251 linguist-language=vb6
*.[dD][oO][bB] text eol=crlf working-tree-encoding=CP1251 linguist-language=vb6
*.[dD][sS][rR] text eol=crlf working-tree-encoding=CP1251 linguist-language=vb6
*.[fF][rR][mM] text eol=crlf working-tree-encoding=CP1251 linguist-language=vb6
*.[pP][aA][gG] text eol=crlf working-tree-encoding=CP1251 linguist-language=vb6
*.[vV][bB][gG] text eol=crlf working-tree-encoding=CP1251
*.[vV][bB][lL] text eol=crlf working-tree-encoding=CP1251
*.[vV][bB][pP] text eol=crlf working-tree-encoding=CP1251
*.[vV][bB][rR] text eol=crlf working-tree-encoding=CP1251
*.[vV][bB][wW] text eol=crlf working-tree-encoding=CP1251
*.[sS][qQ][lL] text eol=crlf working-tree-encoding=CP1251
# Other source files (show diff + LF only in zip download)
*.[aA][sS][mM] text
*.[aA][sS][pP] text
*.[bB][aA][tT] text
*.[cC] text
*.[cC][pP][pP] text
*.[dD][sS][pP] text
*.[dD][sS][wW] text
*.[hH] text
*.[iI][dD][lL] text
*.[jJ][aA][vV][aA] text
*.[jJ][sS] text
*.[mM][aA][nN][iI][fF][eE][sS][tT] text
*.[oO][dD][lL] text
*.[pP][hH][pP] text
*.[pP][hH][pP][3] text
*.[rR][cC] text
*.[sS][lL][nN] text
*.[sS][qQ][lL] text
*.[vV][bB] text
*.[vV][bB][sS] text
# Binary
*.[rR][eE][sS] binary
*.[fF][rR][xX] binary
*.[cC][tT][xX] binary
*.[dD][sS][xX] binary
*.[eE][xX][eE] binary
*.[dD][lL][lL] binary
*.[oO][cC][xX] binary
*.[cC][mM][pP] binary
*.[pP][dD][bB] binary
*.[tT][lL][bB] binary
*.[xX][lL][sS] binary
*.[dD][oO][cC] binary
*.[pP][pP][tT] binary
*.[xX][lL][sS][xX] binary
*.[dD][oO][cC][xX] binary
*.[pP][pP][tT][xX] binary
*.[cC][hH][mM] binary
*.[hH][lL][pP] binary
*.[jJ][pP][gG] binary
*.[pP][nN][gG] binary
*.[bB][mM][pP] binary
*.[gG][iI][fF] binary
*.[iI][cC][oO] binary
*.[zZ][iI][pP] binary
*.[cC][aA][bB] binary
*.[77][zZ] binary
*.[gG][zZ] binary