.gitignore 522 B

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