.gitignore 758 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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/Makevars.template
  41. po/POTFILES
  42. src/examples/timeout
  43. src/microhttpd/test_daemon.trs
  44. src/microhttpd/test_shutdown_poll
  45. src/microhttpd/test_shutdown_select
  46. src/microhttpd/test_str_compare
  47. src/microhttpd/test_str_to_value
  48. src/microhttpd/test_upgrade
  49. src/microhttpd/test_upgrade_ssl
  50. src/testcurl/test_delete