-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
236 lines (236 loc) · 7.21 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
.*.sw*
small/test
small/report
small/log
small/gen_report/data
small/gen_report/build
small/gen_report/analysis/src
small/gen_report/analysis/log
small/gen_report/analysis/stamp-src
small/gen_report/analysis/static-site-info.cc
small/gen_report/analysis/*.txt
small/gen_report/analysis/*.dat
small/gen_report/analysis/*.so
small/gen_report/analysis/*.log
small/gen_report/analysis/*.js
small/gen_report/analysis/*.runs
large/build
large/report
large/cjpeg
large/config.log
large/config.status
large/djpeg
large/jpegtran
large/libjpeg.a
large/rdjpgcom
large/wrjpgcom
*.cm*
*.o
*.dl
*.do
*.di
*.lo
*.la
*.xml
*.dtd
*.xsl
*.css
sampler-1.6.2/Makefile
sampler-1.6.2/config.h
sampler-1.6.2/config.log
sampler-1.6.2/config.m4
sampler-1.6.2/config.status
sampler-1.6.2/debian/Makefile
sampler-1.6.2/doc/Makefile
sampler-1.6.2/doc/config.xml
sampler-1.6.2/doc/sampler-guide/C/Makefile
sampler-1.6.2/doc/sampler-guide/C/omf_timestamp
sampler-1.6.2/doc/sampler-guide/C/sampler-guide-C.omf.out
sampler-1.6.2/doc/sampler-guide/Makefile
sampler-1.6.2/driver/Makefile
sampler-1.6.2/driver/as
sampler-1.6.2/driver/cc1
sampler-1.6.2/driver/sampler-cc
sampler-1.6.2/driver/sampler-cc-here
sampler-1.6.2/fuzz/.deps/
sampler-1.6.2/fuzz/Makefile
sampler-1.6.2/fuzz/fuzz
sampler-1.6.2/instrumentor/Makefile
sampler-1.6.2/instrumentor/balance/Makefile
sampler-1.6.2/instrumentor/balance/atconfig
sampler-1.6.2/instrumentor/bounds/Makefile
sampler-1.6.2/instrumentor/bounds/atconfig
sampler-1.6.2/instrumentor/branches/Makefile
sampler-1.6.2/instrumentor/branches/atconfig
sampler-1.6.2/instrumentor/build-libraries
sampler-1.6.2/instrumentor/function-entries/Makefile
sampler-1.6.2/instrumentor/function-entries/atconfig
sampler-1.6.2/instrumentor/g-object-unref/Makefile
sampler-1.6.2/instrumentor/g-object-unref/atconfig
sampler-1.6.2/instrumentor/g-object-unref/atlocal
sampler-1.6.2/instrumentor/libraries.ml
sampler-1.6.2/instrumentor/main
sampler-1.6.2/instrumentor/nothing/Makefile
sampler-1.6.2/instrumentor/nothing/atconfig
sampler-1.6.2/instrumentor/returns/Makefile
sampler-1.6.2/instrumentor/returns/atconfig
sampler-1.6.2/instrumentor/scalar-pairs/Makefile
sampler-1.6.2/instrumentor/scalar-pairs/atconfig
sampler-1.6.2/instrumentor/timestamps/Makefile
sampler-1.6.2/instrumentor/timestamps/atconfig
sampler-1.6.2/instrumentor/version.ml
sampler-1.6.2/launcher/Makefile
sampler-1.6.2/launcher/common/Makefile
sampler-1.6.2/launcher/common/SamplerConfig.py
sampler-1.6.2/launcher/first-time/Makefile
sampler-1.6.2/launcher/first-time/Paths.py
sampler-1.6.2/launcher/first-time/edu.wisc.cs.cbi.FirstTime.service
sampler-1.6.2/launcher/first-time/first-time
sampler-1.6.2/launcher/pixmaps/Makefile
sampler-1.6.2/launcher/preferences/Makefile
sampler-1.6.2/launcher/preferences/Paths.py
sampler-1.6.2/launcher/preferences/sampler-preferences
sampler-1.6.2/launcher/test-by-extension
sampler-1.6.2/launcher/tray/Makefile
sampler-1.6.2/launcher/tray/Paths.py
sampler-1.6.2/launcher/tray/edu.wisc.cs.cbi.Monitor.service
sampler-1.6.2/launcher/tray/tray
sampler-1.6.2/launcher/wrapper/Makefile
sampler-1.6.2/launcher/wrapper/Paths.py
sampler-1.6.2/lib/Makefile
sampler-1.6.2/lib/schemes/.deps/
sampler-1.6.2/lib/schemes/.libs/
sampler-1.6.2/lib/schemes/Makefile
sampler-1.6.2/lib/threads/Makefile
sampler-1.6.2/lib/threads/no/.deps/
sampler-1.6.2/lib/threads/no/.libs/
sampler-1.6.2/lib/threads/no/Makefile
sampler-1.6.2/lib/threads/no/precompute
sampler-1.6.2/lib/threads/yes/.deps/
sampler-1.6.2/lib/threads/yes/.libs/
sampler-1.6.2/lib/threads/yes/Makefile
sampler-1.6.2/libtool
sampler-1.6.2/mining/Makefile
sampler-1.6.2/mining/analysis/.deps/
sampler-1.6.2/mining/analysis/Makefile
sampler-1.6.2/mining/analysis/modernize
sampler-1.6.2/mining/analysis/one
sampler-1.6.2/mining/dumps/Makefile
sampler-1.6.2/mining/populate/Makefile
sampler-1.6.2/mining/queries/Makefile
sampler-1.6.2/ocaml/Makefile
sampler-1.6.2/ocaml/common.a
sampler-1.6.2/package.m4
sampler-1.6.2/stamp-h1
sampler-1.6.2/tools/.deps/
sampler-1.6.2/tools/Makefile
sampler-1.6.2/tools/add-depends
sampler-1.6.2/tools/build-info-deb
sampler-1.6.2/tools/cfg/Makefile
sampler-1.6.2/tools/cfg/graphlib/Makefile
sampler-1.6.2/tools/cfg/graphlib/graphlib.a
sampler-1.6.2/tools/cfg/order-sites
sampler-1.6.2/tools/cfg/resolve-cfg
sampler-1.6.2/tools/decimate-samples
sampler-1.6.2/tools/install-gconf
sampler-1.6.2/tools/install-wrappers
sampler-1.6.2/tools/resolve-samples
sampler-1.6.2/tools/resolve-timestamps
sampler-1.6.2/tools/rpmbuild
sampler-1.6.2/tools/wrapper.in
sampler-1.6.2/www/Makefile
sampler-1.6.2/www/cgi-bin/Makefile
*.annot
cil/Makefile
cil/Makefile.features
cil/bin/CilConfig.pm
cil/bin/cilly.bat
cil/bin/patcher.bat
cil/config.h
cil/config.log
cil/config.mk
cil/config.status
cil/obj/
cil/ocamlutil/perfcount.c
cil/src/formatparse.output
cil/src/frontc/cparser.output
cbiexp-0.6/Makefile
cbiexp-0.6/autom4te.cache/
cbiexp-0.6/config.log
cbiexp-0.6/config.status
cbiexp-0.6/correlations/Makefile
cbiexp-0.6/libtool
cbiexp-0.6/src/.deps/
cbiexp-0.6/src/Makefile
cbiexp-0.6/src/Score/.deps/
cbiexp-0.6/src/Score/Makefile
cbiexp-0.6/src/corrective-ranking/.deps/
cbiexp-0.6/src/corrective-ranking/Makefile
cbiexp-0.6/src/effort/.deps/
cbiexp-0.6/src/effort/Makefile
cbiexp-0.6/src/evaluateplsa/Makefile
cbiexp-0.6/src/evaluateplsa/analysis-rules.mk
cbiexp-0.6/src/fromplsa/Makefile
cbiexp-0.6/src/fromplsa/analysis-rules.mk
cbiexp-0.6/src/fromplsa/toxml/Makefile
cbiexp-0.6/src/matlab/.deps/
cbiexp-0.6/src/matlab/Makefile
cbiexp-0.6/src/never-reached/.deps/
cbiexp-0.6/src/never-reached/Makefile
cbiexp-0.6/src/symmetric/.deps/
cbiexp-0.6/src/symmetric/Makefile
cbiexp-0.6/stamp-h1
boost_1_39_0/bin.v2/
boost_1_39_0/bjam
boost_1_39_0/project-config.jam
boost_1_39_0/stage/
boost_1_39_0/tools/jam/src/bin.linuxx86_64/
boost_1_39_0/tools/jam/src/bootstrap/
boost_1_39_0/tools/jam/src/config.log
cbiexp-0.6/src/corrective-ranking/approximate-complete
cbiexp-0.6/src/corrective-ranking/exact-complete
cbiexp-0.6/src/corrective-ranking/libcorrective.a
cbiexp-0.6/src/decimate-sparse
cbiexp-0.6/src/est_parms
cbiexp-0.6/src/extract-timestamps
cbiexp-0.6/src/find_tsSCC
cbiexp-0.6/src/gather_prior_dist
cbiexp-0.6/src/gather_prior_truths
cbiexp-0.6/src/gen-summary
cbiexp-0.6/src/gen-views
cbiexp-0.6/src/get_tp_weights
cbiexp-0.6/src/get_truth_values
cbiexp-0.6/src/get_ts_ordering
cbiexp-0.6/src/libanalyze.a
cbiexp-0.6/src/logreg
cbiexp-0.6/src/matlab/make-classify-vectors
cbiexp-0.6/src/matlab/make-counts-matrix
cbiexp-0.6/src/max-observed
cbiexp-0.6/src/never-reached/never-reached
cbiexp-0.6/src/oracle
cbiexp-0.6/src/partial_order
cbiexp-0.6/src/prefilter
cbiexp-0.6/src/process_run_flags
cbiexp-0.6/src/process_run_labels
cbiexp-0.6/src/project
cbiexp-0.6/src/sampling-plans/.dirstamp
cbiexp-0.6/src/sampling-plans/uniform
cbiexp-0.6/src/sanity_check
cbiexp-0.6/src/sparsity-metrics
cbiexp-0.6/src/symmetric/symmetric
cbiexp-0.6/src/train_utillog
cbiexp-0.6/src/view_clusters
cbiexp-0.6/src/xmlify-results
cbiexp-0.6/config.h.in~
cbiexp-0.6/src/Score/libScore.a
cbiexp-0.6/src/bicluster
cbiexp-0.6/src/build_tsgraph
cbiexp-0.6/src/calc_sober
cbiexp-0.6/src/calc_truthprobs
cbiexp-0.6/src/chi2test
cbiexp-0.6/src/cluster_runs
cbiexp-0.6/src/collect_parmstats
cbiexp-0.6/src/compute-obs-tru
cbiexp-0.6/src/compute_nonconst_preds
cbiexp-0.6/src/convert-reports
cbiexp-0.6/src/corrective-ranking/adaptive-sampled