.gitignore 542 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. work/
  26. benchmark/server*
  27. *.swp
  28. build/
  29. Debug
  30. Release
  31. *.vcxproj.user
  32. *.sdf
  33. *.suo
  34. *.opensdf
  35. *.db
  36. ipch
  37. *.dSYM
  38. *.pyc
  39. .*
  40. !/.gitattributes
  41. !/.travis.yml