.gitignore 451 B

123456789101112131415161718192021222324252627282930313233343536373839
  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.in
  18. include
  19. install-sh
  20. libtool
  21. ltmain.sh
  22. Makefile
  23. Makefile.fragments
  24. Makefile.global
  25. Makefile.objects
  26. missing
  27. mkinstalldirs
  28. modules
  29. run-tests.php
  30. tests/*/*.diff
  31. tests/*/*.out
  32. tests/*/*.php
  33. tests/*/*.exp
  34. tests/*/*.log
  35. tests/*/*.sh
  36. .idea
  37. cmake-build-debug
  38. CMakeLists.txt
  39. local_test.php