.gitignore 775 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. Makefile.in
  2. Makefile
  3. .deps
  4. .libs
  5. /test-driver
  6. /INSTALL
  7. /libmicrohttpd.pc
  8. /MHD_config.h.in
  9. /MHD_config.h
  10. /MHD_config.h.in~
  11. /configure.lineno
  12. /config.status.lineno
  13. /config.log
  14. /app.info
  15. /debug
  16. /exclude
  17. /autom4te.cache
  18. /scripts
  19. /keys
  20. /doc.tmp
  21. /config.h
  22. /.project
  23. /config.guess
  24. /.cproject
  25. /configure
  26. /libtool
  27. /install-sh
  28. /aclocal.m4
  29. /missing
  30. /config.sub
  31. /config.status
  32. /compile
  33. /stamp-h1
  34. /.pydevproject
  35. /config.h.in
  36. /ltmain.sh
  37. /depcomp
  38. /.autotools
  39. /.vscode
  40. po/configure.acT
  41. po/Makevars.template
  42. po/POTFILES
  43. src/examples/timeout
  44. src/microhttpd/test_daemon.trs
  45. src/microhttpd/test_shutdown_poll
  46. src/microhttpd/test_shutdown_select
  47. src/microhttpd/test_str_compare
  48. src/microhttpd/test_str_to_value
  49. src/microhttpd/test_upgrade
  50. src/microhttpd/test_upgrade_ssl
  51. src/testcurl/test_delete