aboutsummaryrefslogtreecommitdiff
path: root/src/clean.bash
diff options
context:
space:
mode:
authorLucio De Re <lucio.dere@gmail.com>2011-12-11 09:23:17 -0800
committerRob Pike <r@golang.org>2011-12-11 09:23:17 -0800
commit90913cf17042af06ea783c9568dc4af892677589 (patch)
treeb632f3a03c325537db172cc07a4b85afcac0e839 /src/clean.bash
parente628144aeb2776f8d3a0be57d31a27d8fc470fb7 (diff)
downloadgo-90913cf17042af06ea783c9568dc4af892677589.tar.gz
go-90913cf17042af06ea783c9568dc4af892677589.zip
Housekeeping: Cleaning up the clean-up process.
src/clean.bash: Add clean-ups for previously overlooked directories. doc/codelab/wiki/Makefile: Dropped "index.html" from CLEANFILES so it will not be deleted on cleaning. R=golang-dev, r CC=golang-dev https://golang.org/cl/5476050
Diffstat (limited to 'src/clean.bash')
-rwxr-xr-xsrc/clean.bash2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/clean.bash b/src/clean.bash
index 1955b583b3..e4e2f8f55a 100755
--- a/src/clean.bash
+++ b/src/clean.bash
@@ -22,6 +22,8 @@ rm -f "$GOROOT"/lib/*.a
for i in lib9 libbio libmach cmd pkg \
../misc/cgo/gmp ../misc/cgo/stdio \
../misc/cgo/life ../misc/cgo/test \
+ ../misc/dashboard/builder ../misc/goplay\
+ ../doc/codelab/wiki\
../test/bench ../test/garbage
do
# Do not use gomake here. It may not be available.