.gitignore 437 B

12345678910111213141516171819202122232425262728293031323334353637
  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. *.swp
  24. Debug
  25. Release
  26. *.vcxproj.user
  27. *.sdf
  28. *.suo
  29. *.opensdf
  30. *.db
  31. ipch
  32. *.dSYM
  33. .*
  34. !/.travis.yml