.gitignore 300 B

12345678910111213141516171819202122232425262728
  1. tags
  2. example/server
  3. example/client
  4. example/hello
  5. example/simplesvr
  6. example/benchmark
  7. example/redirect
  8. example/*.pem
  9. test/test
  10. test/test.xcodeproj/xcuser*
  11. test/test.xcodeproj/*/xcuser*
  12. test/*.pem
  13. test/*.srl
  14. *.swp
  15. Debug
  16. Release
  17. *.vcxproj.user
  18. *.sdf
  19. *.suo
  20. *.opensdf
  21. *.db
  22. ipch
  23. *.dSYM
  24. .*
  25. !/.travis.yml