.gitignore 283 B

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