forked from plasma-umass/coz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
37 lines (32 loc) · 999 Bytes
/
.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
deps
libcoz/libcoz.so
libcoz/obj
benchmarks/*/obj
benchmarks/*/profile.coz
benchmarks/histogram/histogram
benchmarks/kmeans/kmeans
benchmarks/linear_regression/linear_regression
benchmarks/matrix_multiply/matrix_multiply
benchmarks/pbzip2/pbzip2
benchmarks/pca/pca
benchmarks/producer_consumer/producer_consumer
benchmarks/string_match/string_match
benchmarks/sqlite/sqlite-bench
benchmarks/sqlite-modified/sqlite-bench
benchmarks/toy/toy
benchmarks/word_count/word_count
benchmarks/histogram/histogram_datafiles
benchmarks/linear_regression/linear_regression_datafiles
benchmarks/matrix_multiply/.input_large
benchmarks/matrix_multiply/.input_small
benchmarks/matrix_multiply/matrix_file_A.txt
benchmarks/matrix_multiply/matrix_file_B.txt
benchmarks/matrix_multiply/matrix_file_out_pthreads.txt
benchmarks/pbzip2/data
benchmarks/pbzip2/bzip2-1.0.6
benchmarks/string_match/string_match_datafiles
benchmarks/word_count/word_count_datafiles
build/
viewer/node_modules
rust/Cargo.lock
rust/target