summaryrefslogtreecommitdiff
path: root/src/clean.bash
diff options
context:
space:
mode:
authorLucio De Re <lucio.dere@gmail.com>2011-12-11 09:23:17 -0800
committerLucio De Re <lucio.dere@gmail.com>2011-12-11 09:23:17 -0800
commit008ae0c207ccc9ec61e4a9d8d1b7c9a7eb3dd248 (patch)
treed21deba8137adece90dccac6799617cb83a62e92 /src/clean.bash
parentdc2cdc78b75de96fa7e93927bd011928a6ca4fa8 (diff)
downloadgo-008ae0c207ccc9ec61e4a9d8d1b7c9a7eb3dd248.tar.gz
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 http://codereview.appspot.com/5476050 Committer: Rob Pike <r@golang.org>
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 1955b583b..e4e2f8f55 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.