.bzrignore 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. *.deps
  2. *.dirstamp
  3. *.la
  4. *.libs
  5. *.lo
  6. *.moved
  7. *.o
  8. *.orig
  9. *.patch
  10. *.rej
  11. *Makefile
  12. *Makefile.in
  13. *gz
  14. *rpm
  15. *stamp-h1
  16. .hg/
  17. .hgsub
  18. .hgsubstate
  19. INSTALL
  20. TAGS
  21. aclocal.m4
  22. autom4te.cache
  23. benchmark/blobslap_client
  24. benchmark/blobslap_worker
  25. bin/gearadmin
  26. bin/gearman
  27. bin/wait
  28. config.h
  29. config.h.in
  30. config.log
  31. config.status
  32. config/compile
  33. config/config.guess
  34. config/config.sub
  35. config/depcomp
  36. config/install-sh
  37. config/ltmain.sh
  38. config/missing
  39. config/pandora_vc_revinfo
  40. config/plugin.ac
  41. config/top.h
  42. configure
  43. docs/_static
  44. docs/conf.py
  45. docs/doctrees
  46. docs/html
  47. docs/libgearman/examples/gearman_client_do_background_example
  48. docs/libgearman/examples/gearman_client_do_example
  49. docs/libgearman/examples/gearman_execute_example
  50. docs/libgearman/examples/gearman_execute_map_reduce
  51. docs/libgearman/examples/gearman_execute_partition
  52. docs/linkcheck/
  53. examples/echo_client
  54. examples/echo_worker
  55. examples/reverse_client
  56. examples/reverse_client_bg
  57. examples/reverse_client_cb
  58. examples/reverse_client_epoch
  59. examples/reverse_worker
  60. examples/wc_worker
  61. gearmand/gearmand
  62. gearmand/gearmand_hostile
  63. gearmand/gearmand_test
  64. libgearman/version.h
  65. libhostile
  66. libtest/.hg/
  67. libtest/.hgignore
  68. libtest/unittest
  69. libtest/wait
  70. libtool
  71. m4/libtool.m4
  72. m4/ltoptions.m4
  73. m4/ltsugar.m4
  74. m4/ltversion.m4
  75. m4/lt~obsolete.m4
  76. out
  77. patch
  78. patch*
  79. scripts/gearmand
  80. scripts/gearmand-init
  81. scripts/gearmand.xml
  82. scripts/smf_install.sh
  83. support/gearmand.pc
  84. support/gearmand.spec
  85. tags
  86. tests/*.tcb
  87. tests/Xugear.pid
  88. tests/blobslap_client
  89. tests/burnin_test
  90. tests/c_test
  91. tests/client_test
  92. tests/client_test.res
  93. tests/cpp_test
  94. tests/drizzle_test
  95. tests/gearadmin
  96. tests/gearman.pi*
  97. tests/gearman.sql
  98. tests/gearmand
  99. tests/gearmand.log*
  100. tests/internals_test
  101. tests/memcached_test
  102. tests/memcached_test.res
  103. tests/queue_regression
  104. tests/regression_test
  105. tests/round_robin_test
  106. tests/round_robin_test.res
  107. tests/sqlite_test
  108. tests/sqlite_test.res
  109. tests/tokyocabinet_test
  110. tests/tokyocabinet_test.res
  111. tests/unittests
  112. tests/valgrind.out
  113. tests/var/
  114. tests/var/log/*
  115. tests/var/tmp/*
  116. tests/worker_test
  117. tests/worker_test.res
  118. unittests/unittests
  119. util/.hg/
  120. util/.hgignore