.gitignore 465 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. Makefile
  24. Makefile.fragments
  25. Makefile.global
  26. Makefile.objects
  27. missing
  28. mkinstalldirs
  29. modules
  30. run-tests.php
  31. tests/*/*.diff
  32. tests/*/*.out
  33. tests/*/*.php
  34. tests/*/*.exp
  35. tests/*/*.log
  36. tests/*/*.sh
  37. .idea
  38. cmake-build-debug
  39. CMakeLists.txt
  40. local_test.php