-
Notifications
You must be signed in to change notification settings - Fork 162
/
.gitattributes
139 lines (125 loc) · 2.22 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
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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto
# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.asm text
*.awk text
*.bat text
*.c text
*.chk text
*.cmd text
*.cmp text
*.cpp text
*.ctl text
*.dat text
*.dbg text
*.def text
*.dlg text
*.dos text
*.emp text
*.eng text
*.eps text
*.esm text
*.fap text
*.fi text
*.fon text
*.for text
*.gml text
*.h text
*.hpp text
*.htm text
*.html text
*.imp text
*.inc text
*.inf text
*.ini text
*.ipf text
*.lnk text
*.mh text
*.mif text
*.msg text
*.pcd text
*.ps text
*.rc text
*.re text
*.rh text
*.rtf text
*.sed text
*.sh text
*.sp text
*.ssl text
*.tix text
*.txt text
*.ucm text
*.vbs text
*.vi text
*.xml text
*.xsl text
*.y text
*.yml text
.gitattributes text
.gitignore text
binmake text
makefile text
# Declare files that will always have LF line endings on checkout.
# Declare files that will always have CRLF line endings on checkout.
# Denote all files that are truly binary and should not be modified.
*.7z binary
*.bmp binary
*.bz2 binary
*.chi binary
*.chm binary
*.cnv binary
*.com binary
*.cop binary
*.cur binary
*.cw binary
*.dll binary
*.exe binary
*.gif binary
*.ico binary
*.jpg binary
*.lib binary
*.obj binary
*.ovl binary
*.pch binary
*.pdf binary
*.png binary
*.res binary
*.rez binary
*.sdl binary
*.sex binary
*.sym binary
*.sys binary
*.uni binary
*.wbr binary
*.wri binary
*.zip binary
unicode.437 binary
unicode.850 binary
unicode.852 binary
unicode1.250 binary
unicode1.252 binary
/bld/ctest/regress/positive/source/pp15.c binary
/bld/plustest/regress/positive/source/pp15.c binary
/bld/wmake/nmake text
/bld/wmake/posmake text
/bld/wmake/wmake text
/bld/wmake/regress/errtest/error.bat binary
/bld/wmake/regress/errtest/error.cmd binary
# text files in exact encoding
/bld/wipfc/helper/enti*.txt binary
/bld/wipfc/helper/*.nls binary
/bld/wipfc/configure text
/build/makeinit text
# ow linux executables
/ci/ow/binl/wcc386 binary
/ci/ow/binl/wcl386 binary
/ci/ow/binl/wlib binary
/ci/ow/binl/wlink binary
/ci/ow/binl/wmake binary
/ci/ow/binl/wpp386 binary
/ci/ow/binl/wrc binary
/contrib/libzip/configure text
/contrib/zlib/configure text
/docs/doc/fl/items.dat binary