forked from markhannum/comdb2
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
211 lines (194 loc) · 3.38 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
# libraries
*.o
*.a
*.so
# loose dependency files
*.d
*.Td
# 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
protobuf/log.pb-c.c
protobuf/log.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/extern.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
# generated tools
sqlite/mkkeywordhash
sqlite/lemon
# binaries
comdb2
pmux
cdb2sql
cdb2sockpool
comdb2ar
cdb2_sqlreplay
cdb2_perf
# 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
callgrind.*
# 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
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
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
dbsize
# jdbc driver
!cdb2jdbc/**
cdb2jdbc/target/**
cdb2jdbc/maven.m2/**
# generated docs
_site/
Comdb2.docset
Gemfile.lock
# 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
tests/tools/crle
# jepsen c test
jepsen/ctest/test*
jepsen/killcluster/*out*
tests/test_*
tests/pmux.sqlite
# generated images
docs/site/images/*.gif
docs/sqlitegen/all.html
docs/sqlitegen/syntax_linkage.tcl
docker/maven.m2/
contrib/docker/build
contrib/docker/volumes
# editor files
.vscode