.gitignore 2.7 KB

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