1
0
mirror of https://github.com/golang/go synced 2024-11-24 23:57:57 -07:00

misc/dist: don't include old python dashboard in releases

I'd prefer not to ship a bunch of bad Python code to everyone who uses
Go 1.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/5915043
This commit is contained in:
Andrew Gerrand 2012-03-27 09:59:20 +11:00
parent d2991229bc
commit 9b6555c605

View File

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