.gitignore 327 B

123456789101112131415161718192021222324252627282930
  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]