| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- /agent-*
- /coverage
- /covdir
- /gopath
- /gopath.proto
- /go-bindata
- /release
- /machine*
- /bin
- .Dockerfile-test
- .vagrant
- *.etcd
- *.log
- /etcd
- *.swp
- /hack/insta-discovery/.env
- *.test
- tools/functional-tester/docker/bin
- hack/scripts-dev/docker-dns/.Dockerfile
- hack/scripts-dev/docker-dns-srv/.Dockerfile
- hack/tls-setup/certs
- .idea
- # TODO: use dep prune
- # https://github.com/golang/dep/issues/120#issuecomment-306518546
- vendor/**/*
- !vendor/**/
- !vendor/**/*.go
- !vendor/**/*.c
- !vendor/**/*.cpp
- !vendor/**/*.s
- !vendor/**/COPYING*
- !vendor/**/PATENTS*
- !vendor/**/NOTICE*
- !vendor/**/Licence*
- !vendor/**/License*
- !vendor/**/LICENCE*
- !vendor/**/LICENSE*
- vendor/**/*_test.go
|