mirror of https://github.com/golang/go.git
misc/dist: don't ship codereview either
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5917043
This commit is contained in:
parent
fd9c206718
commit
0c58eff0b6
|
|
@ -44,7 +44,8 @@ const (
|
|||
)
|
||||
|
||||
var preBuildCleanFiles = []string{
|
||||
"misc/dashboard/godashboard", // old python code
|
||||
"lib/codereview",
|
||||
"misc/dashboard/godashboard",
|
||||
"src/cmd/cov",
|
||||
"src/cmd/prof",
|
||||
"src/pkg/exp",
|
||||
|
|
|
|||
Loading…
Reference in New Issue