mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
misc/dist: don't ship cmd/cov or cmd/prof
Fixes #3317 R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5784083
This commit is contained in:
parent
c898c519b0
commit
86c7bc6e8b
2 changed files with 4 additions and 0 deletions
2
misc/dist/bindist.go
vendored
2
misc/dist/bindist.go
vendored
|
|
@ -43,6 +43,8 @@ const (
|
|||
)
|
||||
|
||||
var preBuildCleanFiles = []string{
|
||||
"src/cmd/cov",
|
||||
"src/cmd/prof",
|
||||
"src/pkg/exp",
|
||||
"src/pkg/old",
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue