.gitignore 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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/test_mbedtls
  36. test/server_fuzzer
  37. test/test_proxy
  38. test/test_proxy_mbedtls
  39. test/test_split
  40. test/test_split_mbedtls
  41. test/test.xcodeproj/xcuser*
  42. test/test.xcodeproj/*/xcuser*
  43. test/*.o
  44. test/*.pem
  45. test/*.srl
  46. test/_build_*
  47. work/
  48. benchmark/server*
  49. *.swp
  50. build/
  51. Debug
  52. Release
  53. *.vcxproj.user
  54. *.sdf
  55. *.suo
  56. *.opensdf
  57. *.db
  58. ipch
  59. *.dSYM
  60. *.pyc
  61. .*
  62. !/.gitattributes
  63. !/.github