.dockerignore 482 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. *.lo
  2. *.o
  3. .deps
  4. .libs
  5. Dockerfile.tmp
  6. Makefile
  7. Makefile.fragments
  8. Makefile.global
  9. Makefile.objects
  10. acinclude.m4
  11. aclocal.m4
  12. autom4te.cache/*
  13. build/*
  14. config.guess
  15. config.h
  16. config.h.in
  17. *.log
  18. config.nice
  19. config.status
  20. config.sub
  21. configure
  22. configure.in
  23. configure.ac
  24. *~
  25. install-sh
  26. libtool
  27. ltmain.sh
  28. missing
  29. mkinstalldirs
  30. modules/*
  31. v8js.la
  32. v8js-*.tgz
  33. run-tests.php
  34. .*.sw[poq]
  35. tests/*.diff
  36. tests/*.exp
  37. tests/*.out
  38. tests/*.php
  39. tests/*.sh
  40. tests/*.mem
  41. .vagrant
  42. tmp-php.ini
  43. coverage_report/**