.gitignore 414 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .deps
  2. .libs/
  3. Makefile
  4. Makefile.fragments
  5. Makefile.global
  6. Makefile.objects
  7. acinclude.m4
  8. aclocal.m4
  9. autom4te.cache/
  10. build/
  11. config.guess
  12. config.h
  13. config.h.in
  14. config.log
  15. config.nice
  16. config.status
  17. config.sub
  18. configure
  19. configure.in
  20. gearman.la
  21. install-sh
  22. libtool
  23. ltmain.sh
  24. missing
  25. mkinstalldirs
  26. modules/
  27. php_gearman.lo
  28. run-tests.php
  29. *.loT
  30. *.lo
  31. *.la
  32. tests/*.sh
  33. tests/*.diff
  34. tests/*.exp
  35. tests/*.log
  36. tests/*.out
  37. tests/*.php