.gitignore 559 B

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