.gitignore 469 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. *~
  24. install-sh
  25. libtool
  26. ltmain.sh
  27. missing
  28. mkinstalldirs
  29. modules/*
  30. v8js.la
  31. v8js-*.tgz
  32. run-tests.php
  33. .*.sw[poq]
  34. tests/*.diff
  35. tests/*.exp
  36. tests/*.out
  37. tests/*.php
  38. tests/*.sh
  39. tests/*.mem
  40. .vagrant
  41. tmp-php.ini
  42. coverage_report/**