.gitignore 512 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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/server_fuzzer
  16. test/test_proxy
  17. test/test_split
  18. test/test.xcodeproj/xcuser*
  19. test/test.xcodeproj/*/xcuser*
  20. test/*.o
  21. test/*.pem
  22. test/*.srl
  23. work/
  24. benchmark/server
  25. benchmark/server-crow
  26. *.swp
  27. build/
  28. Debug
  29. Release
  30. *.vcxproj.user
  31. *.sdf
  32. *.suo
  33. *.opensdf
  34. *.db
  35. ipch
  36. *.dSYM
  37. *.pyc
  38. .*
  39. !/.gitattributes
  40. !/.travis.yml