mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
38 lines
588 B
Plaintext
38 lines
588 B
Plaintext
/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/modules.txt
|
|
vendor/**/*_test.go
|
|
|
|
*.bak
|