.gitignore 454 B

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