forked from bloomberg/comdb2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
269 lines (251 loc) · 4.34 KB
/
.gitignore
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
# libraries
comdb2rle/libcomdb2rle.a
bb/libbb.a
bdb/libbdblib.a
protobuf/libcdb2protobuf.a
cdb2api/libcdb2api.a
cdb2api/libcdb2api.so
csc2/libcsc2lib.a
lua/liblua.a
sqlite/libsqlite.a
crc32c/libcrc32c.a
net/libnet.a
datetime/libtz.a
dlmalloc/libdlmalloc.a
berkdb/libdb.a
util/libutil.a
dfp/decNumber/libdfpal.a
schemachange/libschemachange.a
cson/libcson.a
sockpool/libsockpool.a
# loose object files
*.o
bb/libbb.o
bdb/*.o
bdb/extern.list
berkdb/btree/*.o
berkdb/common/*.o
berkdb/crypto/*.o
berkdb/crypto/mersenne/*.o
berkdb/db/*.o
berkdb/dbm/*.o
berkdb/dbreg/*.o
berkdb/env/*.o
berkdb/fileops/*.o
berkdb/hash/*.o
berkdb/hmac/*.o
berkdb/hsearch/*.o
berkdb/lock/*.o
berkdb/log/*.o
berkdb/mp/*.o
berkdb/mutex/*.o
berkdb/os/*.o
berkdb/qam/*.o
berkdb/rep/*.o
berkdb/txn/*.o
berkdb/xa/*.o
cdb2api/*.o
comdb2rle/*.o
comdb2sc/*.o
crc32c/*.o
csc2/*.o
datetime/*.o
dfp/decNumber/*.o
dfp/dfpal/*.o
dlmalloc/*.o
lua/*.o
net/*.o
protobuf/google/protobuf-c/*.o
protobuf/*.o
sqlite/*.o
util/*.o
sqlite/inline/serialget.o
sqlite/inline/memcompare.o
sqlite/inline/vdbecompare.o
# loose dependency files
*.d
# generated headers
berkdb/dbinc_auto/*_auto.h
berkdb/dbinc_auto/*_ext.h
!berkdb/dbinc_auto/clib_ext.h
!berkdb/dbinc_auto/txn_auto.h
!berkdb/dbinc_auto/txn_ext.h
protobuf/sqlquery.pb-c.h
protobuf/sqlresponse.pb-c.h
protobuf/bpfunc.pb-c.c
protobuf/bpfunc.pb-c.h
sqlite/keywordhash.h
sqlite/opcodes.h
bdb/llog_auto.h
bdb/llog_extern.h
bdb/llog_int.h
sqlite/parse.h
csc2/maccparse.h
# generated logs
csc2/y.output
sqlite/parse.h.temp
sqlite/parse.out
bdb/int.list
bdb/template
# generated source
plink_timestamp.c
sqlite/opcodes.c
bdb/llog_auto.c
sqlite/parse.c
csc2/macclex.c
csc2/maccparse.c
sqlite/inline/memcompare.c
sqlite/inline/serialget.c
sqlite/inline/vdbecompare.c
protobuf/sqlquery.pb-c.c
protobuf/sqlresponse.pb-c.c
berkdb/btree/btree_auto.c
berkdb/db/crdel_auto.c
berkdb/db/db_auto.c
berkdb/dbreg/dbreg_auto.c
berkdb/fileops/fileops_auto.c
berkdb/hash/hash_auto.c
berkdb/qam/qam_auto.c
# dependency files
*.d
*.Td
# generated tools
sqlite/mkkeywordhash
sqlite/lemon
# built binaries
comdb2
comdb2sc
comdb2ar
cdb2sql
pmux
cdb2sockpool
cdb2_printlog
cdb2_verify
cdb2_dump
cdb2_stat
# fluff produced by various tools that tends to accumulate
*.sw[op]
*~
debian/comdb2.debhelper.log
debian/comdb2.substvars
debian/comdb2/*
debian/files
debian/comdb2.build-stamp
debian/comdb2.binary-stamp
debian/comdb2.install-stamp
tags
dbsize
# Bloomberg-specific
*.tsk
*.ibm
*.sundev1
*.linux
*.hp
*.lastlink
*.mapfile
*.class
00deps
*.realarchive
*.rh62
*.trap
*_plink_timestamp*
# generated files:
berkdb/dist/template/rec_btree
berkdb/dist/template/rec_crdel
berkdb/dist/template/rec_db
berkdb/dist/template/rec_dbreg
berkdb/dist/template/rec_fileops
berkdb/dist/template/rec_hash
berkdb/dist/template/rec_qam
*.output
!ported.*
*/ported.*
.SBUILD_LOG
db_dump.linux*
db_dump.ibm*
db_dump.sundev*
db_printlog.linux*
db_printlog.ibm*
db_printlog.sundev*
db_stat.linux*
db_stat.ibm*
db_stat.sundev*
!comdb2tests/*
# mem generated files
bdb/mem_bdb.c
bdb/mem_bdb.h
berkdb/mem_berkdb.c
berkdb/mem_berkdb.h
comdb2rle/mem_comdb2rle.c
comdb2rle/mem_comdb2rle.h
csc2/mem_csc2.c
csc2/mem_csc2.h
datetime/mem_datetime.c
datetime/mem_datetime.h
dfp/decNumber/mem_dfp_decNumber.c
dfp/decNumber/mem_dfp_decNumber.h
mem_uncategorized.c
mem_uncategorized.h
net/mem_net.c
net/mem_net.h
protobuf/mem_protobuf.c
protobuf/mem_protobuf.h
sqlite/mem_sqlite.c
sqlite/mem_sqlite.h
util/mem_int.h
util/mem_util.c
util/mem_util.h
schemachange/mem_schemachange.c
schemachange/mem_schemachange.h
lua/mem_lua.c
lua/mem_lua.h
# generated files:
sundev1
linux
ibm
berkdb/dist/template/rec_btree
berkdb/dist/template/rec_crdel
berkdb/dist/template/rec_db
berkdb/dist/template/rec_dbreg
berkdb/dist/template/rec_fileops
berkdb/dist/template/rec_hash
berkdb/dist/template/rec_qam
*.output
.nfs*
.gdb_history
cscope.files
cscope.in.out
cscope.out
cscope.po.out
sundev1
linux
ibm
mem_*.c
mem_*.h
builddeps
debian
# jdbc driver
!cdb2jdbc/**
cdb2jdbc/target/**
# generated docs
_site/
# test tools
tests/tools/overflow_blobtest
tests/tools/recom
tests/tools/selectv
tests/tools/serial
tests/tools/stepper
tests/tools/hatest
tests/tools/bound
tests/tools/localrep
tests/tools/utf8
# jepsen c test
jepsen/ctest/test*
jepsen/killcluster/*out*
*.d
tests/test_*
tests/pmux.sqlite
# generated images
docs/site/images/*.gif
docs/sqlitegen/all.html
docs/sqlitegen/syntax_linkage.tcl