.gitignore 502 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. install-sh
  20. libtool
  21. ltmain.sh
  22. ltmain.sh.backup
  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. tmp-php.ini
  38. .idea
  39. cmake-build-debug
  40. CMakeLists.txt
  41. local_test.php
  42. xlswriter-*.tgz