forked from readablesystems/sto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
67 lines (67 loc) · 782 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
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
.DS_Store
*.o
*.d
*.dSYM
*.a
*.swp
*~
*#
/.deps
/GNUmakefile
/autom4te.cache
/config.h
/config.h.in
/config.log
/config.mk
/config.status
/configure
/stamp-h
/single
/array1
/concurrent
/genericTest
/list1
/pqueue
/predicates
/rbtree
/singleelems
/tags
/cscope.out
/trans_test
/vector
/hashtable_nostm
/ht_mt
/iterators
/pqVsIt
/ex-counter
/unit-rcu
/unit-tarray
/unit-tbox
/unit-tgeneric
/unit-tintpredicate
/unit-tcounter
/unit-tvector
/unit-tvector-nopred
/unit-mbta
/unit-masstree
/unit-opacity
/unit-sampling
/unit-tflexarray
/unit-tmv*
/tpcc_bench
/ycsb_bench
/micro_bench
/wiki_bench
/voter_bench
/rubis_bench
/gc_bench
/unit-dboindex
/unit-swisstarray
/unit-swisstgeneric
/perf.data
/perf.data.old
/perf.txt
.ycm_*
**/.idea/workspace.xml
**/.idea/tasks.xml
**/cmake-build-*