.gitignore 568 B

123456789101112131415161718192021222324252627282930313233343536
  1. /agent-*
  2. /coverage
  3. /covdir
  4. /gopath
  5. /gopath.proto
  6. /release
  7. /bin
  8. *.etcd
  9. *.log
  10. /etcd
  11. /hack/insta-discovery/.env
  12. *.coverprofile
  13. *.test
  14. hack/tls-setup/certs
  15. .idea
  16. /contrib/raftexample/raftexample
  17. /contrib/raftexample/raftexample-*
  18. # TODO: use dep prune
  19. # https://github.com/golang/dep/issues/120#issuecomment-306518546
  20. vendor/**/*
  21. !vendor/**/
  22. !vendor/**/*.go
  23. !vendor/**/*.c
  24. !vendor/**/*.cpp
  25. !vendor/**/*.s
  26. !vendor/**/COPYING*
  27. !vendor/**/PATENTS*
  28. !vendor/**/NOTICE*
  29. !vendor/**/Licence*
  30. !vendor/**/License*
  31. !vendor/**/LICENCE*
  32. !vendor/**/LICENSE*
  33. vendor/**/*_test.go
  34. *.bak