.gitignore 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. *~
  2. *.o
  3. *.la
  4. *.lo
  5. *.log
  6. *.patch
  7. *.trs
  8. *dirstamp
  9. .deps
  10. .gdb_history
  11. .libs
  12. Makefile
  13. Makefile.in
  14. !docker/example/*/Makefile
  15. !docker/testing/*/*/Makefile
  16. TAGS
  17. aclocal.m4
  18. aminclude.am
  19. autom4te.cache
  20. benchmark/blobslap_client
  21. benchmark/blobslap_worker
  22. bin/gearadmin
  23. bin/gearman
  24. build-aux
  25. cmd*xml
  26. config*
  27. docs/build
  28. docs/source/conf.py
  29. docs/source/libgearman/examples/gearman_client_do_background_example
  30. docs/source/libgearman/examples/gearman_client_do_example
  31. docs/source/libgearman/examples/gearman_execute_example
  32. docs/source/libgearman/examples/gearman_execute_partition
  33. examples/echo_client
  34. examples/echo_worker
  35. examples/reverse_client
  36. examples/reverse_client_bg
  37. examples/reverse_client_cb
  38. examples/reverse_client_epoch
  39. examples/reverse_worker
  40. examples/wc_worker
  41. gdb.txt
  42. gear_config.h
  43. gear_config.in
  44. gearmand/gearmand
  45. gearmand/hostile_gearmand
  46. libgearman-1.0/t/c_test
  47. libgearman-1.0/t/cc_test
  48. libgearman-1.0/version.h
  49. libgearman/command.hpp
  50. libgearman/error_code.hpp
  51. libgearman/gearman_client.lo
  52. libgearman/gearman_worker.lo
  53. libgearman/io.lo
  54. libgearman/libgearman_client.la
  55. libgearman/libgearman_config.h
  56. libgearman/libgearman_config.h.in
  57. libgearman/libgearman_worker.la
  58. libgearman/quit.lo
  59. libgearman/server.lo
  60. libgearman/stamp-h1
  61. libhashkit/hashkitcon.h
  62. libhostile/t/accept
  63. libhostile/t/close
  64. libhostile/t/hostile_accept
  65. libhostile/t/hostile_close
  66. libhostile/t/hostile_pipe
  67. libhostile/t/hostile_pipe2
  68. libhostile/t/pipe
  69. libhostile/t/pipe2
  70. libtest/abort
  71. libtest/backtrace
  72. libtest/core-count
  73. libtest/skiptest
  74. libtest/unittest
  75. libtest/version.h
  76. libtest/wait
  77. libtest/yatlcon.h
  78. libtool
  79. m4/libtool.m4
  80. m4/ltoptions.m4
  81. m4/ltsugar.m4
  82. m4/ltversion.m4
  83. m4/lt~obsolete.m4
  84. man/*.1
  85. man/*.3
  86. man/*.8
  87. man/.doctrees/
  88. patch
  89. scripts/gearmand
  90. scripts/gearmand-init
  91. scripts/gearmand.xml
  92. scripts/smf_install.sh
  93. stamp-h1
  94. support/gearmand.init
  95. support/gearmand.pc
  96. support/gearmand.spec
  97. t/1077917
  98. t/blobslap_client
  99. t/c
  100. t/cli
  101. t/client
  102. t/cpp
  103. t/cycle
  104. t/drizzle
  105. t/ephemeral
  106. t/gearmand
  107. t/hostile_gearmand
  108. t/hostile_libgearman
  109. t/httpd
  110. t/internals
  111. t/libgearman-1.0
  112. t/memcached
  113. t/multi_client
  114. t/mysql
  115. t/postgres
  116. t/protocol
  117. t/redis
  118. t/result
  119. t/round_robin
  120. t/skip
  121. t/sqlite
  122. t/stress
  123. t/tokyocabinet
  124. t/unittest
  125. t/vector
  126. t/worker
  127. tests/blobslap_client
  128. tests/c_test
  129. tests/cli
  130. tests/client_test
  131. tests/cpp_test
  132. tests/cycle
  133. tests/drizzle_test
  134. tests/ephemeral_test
  135. tests/gearmand
  136. tests/hostile_gearmand
  137. tests/hostile_libgearman
  138. tests/httpd_test
  139. tests/libgearman-1.0/1077917
  140. tests/libgearman-1.0/client_test
  141. tests/libgearman-1.0/internals_test
  142. tests/libgearman-1.0/multi_client_test
  143. tests/libgearman-1.0/worker_test
  144. tests/memcached_test
  145. tests/mysql_test
  146. tests/postgres_test
  147. tests/protocol
  148. tests/redis_test
  149. tests/result
  150. tests/round_robin_test
  151. tests/sqlite_test
  152. tests/stress
  153. tests/tokyocabinet_test
  154. tests/vector
  155. tests/worker_test
  156. tmp_chroot
  157. valgrind*xml
  158. gearmand-*.tar.gz
  159. gearmand-*.tar.gz.asc