.gitignore 556 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. tags
  2. example/server
  3. example/client
  4. example/hello
  5. example/simplecli
  6. example/simplesvr
  7. example/benchmark
  8. example/redirect
  9. example/sse*
  10. example/upload
  11. example/one_time_request
  12. example/server_and_client
  13. example/*.pem
  14. test/httplib.cc
  15. test/httplib.h
  16. test/test
  17. test/server_fuzzer
  18. test/test_proxy
  19. test/test_split
  20. test/test.xcodeproj/xcuser*
  21. test/test.xcodeproj/*/xcuser*
  22. test/*.o
  23. test/*.pem
  24. test/*.srl
  25. test/_build_*
  26. work/
  27. benchmark/server*
  28. *.swp
  29. build/
  30. Debug
  31. Release
  32. *.vcxproj.user
  33. *.sdf
  34. *.suo
  35. *.opensdf
  36. *.db
  37. ipch
  38. *.dSYM
  39. *.pyc
  40. .*
  41. !/.gitattributes
  42. !/.travis.yml