.gitignore 652 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /agent-*
  2. /coverage
  3. /covdir
  4. /gopath
  5. /gopath.proto
  6. /go-bindata
  7. /release
  8. /machine*
  9. /bin
  10. .Dockerfile-test
  11. .vagrant
  12. *.etcd
  13. *.log
  14. /etcd
  15. *.swp
  16. /hack/insta-discovery/.env
  17. *.test
  18. tools/functional-tester/docker/bin
  19. hack/scripts-dev/docker-dns/.Dockerfile
  20. hack/scripts-dev/docker-dns-srv/.Dockerfile
  21. hack/tls-setup/certs
  22. .idea
  23. # TODO: use dep prune
  24. # https://github.com/golang/dep/issues/120#issuecomment-306518546
  25. vendor/**/*
  26. !vendor/**/
  27. !vendor/**/*.go
  28. !vendor/**/*.c
  29. !vendor/**/*.cpp
  30. !vendor/**/*.s
  31. !vendor/**/COPYING*
  32. !vendor/**/PATENTS*
  33. !vendor/**/NOTICE*
  34. !vendor/**/Licence*
  35. !vendor/**/License*
  36. !vendor/**/LICENCE*
  37. !vendor/**/LICENSE*
  38. vendor/**/*_test.go