.gitignore 494 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .deps
  2. *.lo
  3. *.la
  4. .libs
  5. acinclude.m4
  6. aclocal.m4
  7. autom4te.cache
  8. build
  9. config.guess
  10. config.h
  11. config.h.in
  12. config.log
  13. config.nice
  14. config.status
  15. config.sub
  16. configure
  17. configure.ac
  18. configure.in
  19. include
  20. install-sh
  21. libtool
  22. ltmain.sh
  23. ltmain.sh.backup
  24. Makefile
  25. Makefile.fragments
  26. Makefile.global
  27. Makefile.objects
  28. missing
  29. mkinstalldirs
  30. modules
  31. run-tests.php
  32. tests/*/*.diff
  33. tests/*/*.out
  34. tests/*/*.php
  35. tests/*/*.exp
  36. tests/*/*.log
  37. tests/*/*.sh
  38. tmp-php.ini
  39. .idea
  40. cmake-build-debug
  41. CMakeLists.txt
  42. local_test.php