.gitignore 461 B

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