.gitignore 433 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. /run-tests.php
  31. .*.sw[poq]
  32. /tests/*.diff
  33. /tests/*.exp
  34. /tests/*.out
  35. /tests/*.php
  36. /tests/*.sh
  37. /tests/*.mem
  38. /.vagrant
  39. tmp-php.ini