.gitignore 488 B

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