-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
86 lines (76 loc) · 995 Bytes
/
.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Set default behavior as git deciding what to do
* text=auto
# Define binary file patterns
*.bmp binary
*.gif binary
*.jpg binary
*.jpeg binary
*.png binary
*.tif binary
*.tiff binary
# Define text file patterns for fixed file names
*.txt text
*.md text
*.ser text
# Define text file patterns for Section file names
# Python program to generate:
# for i in range(58):
# print ( "*." + str(i) + " text" )
*.0 text
*.1 text
*.2 text
*.3 text
*.4 text
*.5 text
*.6 text
*.7 text
*.8 text
*.9 text
*.10 text
*.11 text
*.12 text
*.13 text
*.14 text
*.15 text
*.16 text
*.17 text
*.18 text
*.19 text
*.20 text
*.21 text
*.22 text
*.23 text
*.24 text
*.25 text
*.26 text
*.27 text
*.28 text
*.29 text
*.30 text
*.31 text
*.32 text
*.33 text
*.34 text
*.35 text
*.36 text
*.37 text
*.38 text
*.39 text
*.40 text
*.41 text
*.42 text
*.43 text
*.44 text
*.45 text
*.46 text
*.47 text
*.48 text
*.49 text
*.50 text
*.51 text
*.52 text
*.53 text
*.54 text
*.55 text
*.56 text
*.57 text