1
0
mirror of https://github.com/golang/go synced 2024-11-25 12:07:56 -07:00

misc/dist: don't ship codereview either

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5917043
This commit is contained in:
Andrew Gerrand 2012-03-27 10:38:10 +11:00
parent fd9c206718
commit 0c58eff0b6

View File

@ -44,7 +44,8 @@ const (
) )
var preBuildCleanFiles = []string{ var preBuildCleanFiles = []string{
"misc/dashboard/godashboard", // old python code "lib/codereview",
"misc/dashboard/godashboard",
"src/cmd/cov", "src/cmd/cov",
"src/cmd/prof", "src/cmd/prof",
"src/pkg/exp", "src/pkg/exp",