.gitignore 409 B

1234567891011121314151617181920212223242526272829303132333435
  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/*.pem
  12. test/httplib.cc
  13. test/httplib.h
  14. test/test
  15. test/test_proxy
  16. test/test_split
  17. test/test.xcodeproj/xcuser*
  18. test/test.xcodeproj/*/xcuser*
  19. test/*.pem
  20. test/*.srl
  21. *.swp
  22. Debug
  23. Release
  24. *.vcxproj.user
  25. *.sdf
  26. *.suo
  27. *.opensdf
  28. *.db
  29. ipch
  30. *.dSYM
  31. .*
  32. !/.travis.yml