.gitignore 967 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. tags
  2. # Ignore executables (no extension) but not source files
  3. example/server
  4. !example/server.*
  5. example/client
  6. !example/client.*
  7. example/hello
  8. !example/hello.*
  9. example/simplecli
  10. !example/simplecli.*
  11. example/simplesvr
  12. !example/simplesvr.*
  13. example/benchmark
  14. !example/benchmark.*
  15. example/redirect
  16. !example/redirect.*
  17. example/ssecli
  18. !example/ssecli.*
  19. example/ssecli-stream
  20. !example/ssecli-stream.*
  21. example/ssesvr
  22. !example/ssesvr.*
  23. example/upload
  24. !example/upload.*
  25. example/one_time_request
  26. !example/one_time_request.*
  27. example/server_and_client
  28. !example/server_and_client.*
  29. example/accept_header
  30. !example/accept_header.*
  31. example/*.pem
  32. test/httplib.cc
  33. test/httplib.h
  34. test/test
  35. test/server_fuzzer
  36. test/test_proxy
  37. test/test_split
  38. test/test.xcodeproj/xcuser*
  39. test/test.xcodeproj/*/xcuser*
  40. test/*.o
  41. test/*.pem
  42. test/*.srl
  43. test/_build_*
  44. work/
  45. benchmark/server*
  46. *.swp
  47. build/
  48. Debug
  49. Release
  50. *.vcxproj.user
  51. *.sdf
  52. *.suo
  53. *.opensdf
  54. *.db
  55. ipch
  56. *.dSYM
  57. *.pyc
  58. .*
  59. !/.gitattributes
  60. !/.github