.gitignore 569 B

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