forked from gearman/gearmand
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
159 lines (159 loc) · 2.78 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
*~
*.o
*.la
*.lo
*.log
*.patch
*.trs
*dirstamp
.deps
.gdb_history
.libs
Makefile
Makefile.in
!docker/example/*/Makefile
!docker/testing/*/*/Makefile
TAGS
aclocal.m4
aminclude.am
autom4te.cache
benchmark/blobslap_client
benchmark/blobslap_worker
bin/gearadmin
bin/gearman
build-aux
cmd*xml
config*
docs/build
docs/source/conf.py
docs/source/libgearman/examples/gearman_client_do_background_example
docs/source/libgearman/examples/gearman_client_do_example
docs/source/libgearman/examples/gearman_execute_example
docs/source/libgearman/examples/gearman_execute_partition
examples/echo_client
examples/echo_worker
examples/reverse_client
examples/reverse_client_bg
examples/reverse_client_cb
examples/reverse_client_epoch
examples/reverse_worker
examples/wc_worker
gdb.txt
gear_config.h
gear_config.in
gearmand/gearmand
gearmand/hostile_gearmand
libgearman-1.0/t/c_test
libgearman-1.0/t/cc_test
libgearman-1.0/version.h
libgearman/command.hpp
libgearman/error_code.hpp
libgearman/gearman_client.lo
libgearman/gearman_worker.lo
libgearman/io.lo
libgearman/libgearman_client.la
libgearman/libgearman_config.h
libgearman/libgearman_config.h.in
libgearman/libgearman_worker.la
libgearman/quit.lo
libgearman/server.lo
libgearman/stamp-h1
libhashkit/hashkitcon.h
libhostile/t/accept
libhostile/t/close
libhostile/t/hostile_accept
libhostile/t/hostile_close
libhostile/t/hostile_pipe
libhostile/t/hostile_pipe2
libhostile/t/pipe
libhostile/t/pipe2
libtest/abort
libtest/backtrace
libtest/core-count
libtest/skiptest
libtest/unittest
libtest/version.h
libtest/wait
libtest/yatlcon.h
libtool
m4/libtool.m4
m4/ltoptions.m4
m4/ltsugar.m4
m4/ltversion.m4
m4/lt~obsolete.m4
man/*.1
man/*.3
man/*.8
man/.doctrees/
patch
scripts/gearmand
scripts/gearmand-init
scripts/gearmand.xml
scripts/smf_install.sh
stamp-h1
support/gearmand.init
support/gearmand.pc
support/gearmand.spec
t/1077917
t/blobslap_client
t/c
t/cli
t/client
t/cpp
t/cycle
t/drizzle
t/ephemeral
t/gearmand
t/hostile_gearmand
t/hostile_libgearman
t/httpd
t/internals
t/libgearman-1.0
t/memcached
t/multi_client
t/mysql
t/postgres
t/protocol
t/redis
t/result
t/round_robin
t/skip
t/sqlite
t/stress
t/tokyocabinet
t/unittest
t/vector
t/worker
tests/blobslap_client
tests/c_test
tests/cli
tests/client_test
tests/cpp_test
tests/cycle
tests/drizzle_test
tests/ephemeral_test
tests/gearmand
tests/hostile_gearmand
tests/hostile_libgearman
tests/httpd_test
tests/libgearman-1.0/1077917
tests/libgearman-1.0/client_test
tests/libgearman-1.0/internals_test
tests/libgearman-1.0/multi_client_test
tests/libgearman-1.0/worker_test
tests/memcached_test
tests/mysql_test
tests/postgres_test
tests/protocol
tests/redis_test
tests/result
tests/round_robin_test
tests/sqlite_test
tests/stress
tests/tokyocabinet_test
tests/vector
tests/worker_test
tmp_chroot
valgrind*xml
gearmand-*.tar.gz
gearmand-*.tar.gz.asc