.gitignore 506 B

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