.gitignore 915 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. Makefile.in
  2. Makefile
  3. .deps
  4. .libs
  5. config.rpath
  6. /test-driver
  7. /INSTALL
  8. /libmicrohttpd.pc
  9. /MHD_config.h.in
  10. /MHD_config.h
  11. /MHD_config.h.in~
  12. /configure.lineno
  13. /config.status.lineno
  14. /config.log
  15. /app.info
  16. /debug
  17. /build-aux/texinfo.tex
  18. /build-aux/config.sub
  19. /build-aux/depcomp
  20. /build-aux/install-sh
  21. /build-aux/ltmain.sh
  22. /build-aux/mdate-sh
  23. /build-aux/test-driver
  24. /build-aux/config.guess
  25. /build-aux/compile
  26. /build-aux/missing
  27. /exclude
  28. /autom4te.cache
  29. /scripts
  30. /keys
  31. /doc.tmp
  32. /config.h
  33. /.project
  34. /config.guess
  35. /.cproject
  36. /.tgitconfig
  37. /configure
  38. /libtool
  39. /install-sh
  40. /aclocal.m4
  41. /missing
  42. /config.sub
  43. /config.status
  44. /compile
  45. /stamp-h1
  46. /.pydevproject
  47. /config.h.in
  48. /ltmain.sh
  49. /depcomp
  50. /.autotools
  51. /.vscode
  52. /.settings
  53. /.vs
  54. po/configure.acT
  55. po/Makevars.template
  56. po/POTFILES
  57. po/configargs.stamp
  58. **~
  59. \#*\#
  60. doc/libmicrohttpd.log
  61. src/examples/suspend_resume_epoll
  62. uncrustify.cfg
  63. **.dvi
  64. **.t2d
  65. src/microhttpd_ws/test_websocket
  66. .texlipse