.gitignore.in 500 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. *.lo
  2. *.la
  3. .libs
  4. acinclude.m4
  5. aclocal.m4
  6. autom4te.cache
  7. build
  8. config.guess
  9. config.h
  10. config.h.in
  11. config.log
  12. config.nice
  13. config.status
  14. config.sub
  15. configure
  16. configure.ac
  17. configure.in
  18. include
  19. install-sh
  20. libtool
  21. ltmain.sh
  22. Makefile
  23. Makefile.fragments
  24. Makefile.global
  25. Makefile.objects
  26. missing
  27. mkinstalldirs
  28. modules
  29. php_test_results_*.txt
  30. phpt.*
  31. run-test-info.php
  32. run-tests.php
  33. tests/**/*.diff
  34. tests/**/*.out
  35. tests/**/*.php
  36. tests/**/*.exp
  37. tests/**/*.log
  38. tests/**/*.sh
  39. tests/**/*.db
  40. tests/**/*.mem
  41. tmp-php.ini