forked from rescrv/HyperDex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
96 lines (96 loc) · 1.87 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
# wildcards
.deps
.dirstamp
.libs
*.jar
*.la
*.lo
*.o
*.pyc
/bindings/java/org/hyperdex/*/*.class
/test/java/*.class
/man/hyperdex*.1
/man/hyperdex*.1.h2m
# specific files
/aclocal.m4
/admin/parse_space_l.c
/admin/parse_space_y.c
/admin/parse_space_y.h
/autom4te.cache
/bindings/c/admin_testcompile
/bindings/cc/admin_testcompile
/bindings/cc/client_testcompile
/bindings/c/client_testcompile
/bindings/node.js/build
/bindings/python/hyperdex/admin.c
/bindings/python/hyperdex/admin.so
/bindings/python/hyperdex/client.c
/bindings/python/hyperdex/client.so
/cityhash/test/city
/client/keyop_info.cc
/client/test/datastructures
/common/test/ordered_encoding
/compile
/config.guess
/config.h
/config.h.in
/config.h.in~
/config.log
/config.status
/config.sub
/configure
/daemon/test/identifier_collector
/daemon/test/identifier_generator
/daemon/test/index_encode
/depcomp
/doc/_build/
/doc/HyperDex-*.pdf
/doc/man/hyperdex-daemon.1
/doc/man/hyperdex-simple-consistency-stress-test.1
/hyperdex
/hyperdex-add-index
/hyperdex-add-space
/hyperdex-admin.pc
/hyperdex-async-benchmark
/hyperdex-backup
/hyperdex-backup-manager
/hyperdex-benchmark
/hyperdex-binary-test
/hyperdex-client.pc
/hyperdex-coordinator
/hyperdex-daemon
/hyperdex-initialize-cluster
/hyperdex-initiate-transfer
/hyperdex-kill
/hyperdex-list-spaces
/hyperdex-mv-space
/hyperdex-perf-counters
/hyperdex-raw-backup
/hyperdex-rm-index
/hyperdex-rm-space
/hyperdex-server-forget
/hyperdex-server-kill
/hyperdex-server-offline
/hyperdex-server-online
/hyperdex-server-register
/hyperdex-set-fault-tolerance
/hyperdex-set-read-only
/hyperdex-set-read-write
/hyperdex-show-config
/hyperdex.upack
/hyperdex-validate-space
/hyperdex-wait-until-stable
/install-sh
/leveldb-dump
/libtool
/ltmain.sh
/m4
/maint/lib-check
/Makefile
/Makefile.in
/missing
/stamp-h1
/test/replication-stress-test
/test/search-stress-test
/test/simple-consistency-stress-test
/ylwrap