.gitignore 406 B

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