Revision 9aeabe447d1d266b64d80cf3df2032dbf09ac8fd authored by Sam Batschelet on 03 March 2021, 16:23:04 UTC, committed by Sam Batschelet on 03 March 2021, 17:14:30 UTC
Signed-off-by: Sam Batschelet <sbatsche@redhat.com>
1 parent aa71268
Raw File
.gitignore
/agent-*
/coverage
/covdir
/gopath
/gopath.proto
/release
/bin
*.etcd
*.log
/etcd
/hack/insta-discovery/.env
*.coverprofile
*.test
hack/tls-setup/certs
.idea
/contrib/raftexample/raftexample
/contrib/raftexample/raftexample-*

# 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

*.bak
back to top