summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorScott Lawrence <bytbox@gmail.com>2010-09-02 13:48:28 -0400
committerRuss Cox <rsc@golang.org>2010-09-02 13:48:28 -0400
commitebe837d6eb05035ef74f475a6a1bc7b0d8bb8f2e (patch)
tree0e1278f29146220e865cb9fa4e75d890e21f7f11 /.hgignore
parentc423e95da64208d8336d33483f212e18bb695e35 (diff)
downloadgo-git-ebe837d6eb05035ef74f475a6a1bc7b0d8bb8f2e.tar.gz
goinstall: added -a flag to mean "all remote packages"
Fixes #897. goinstall -a can be used to reinstall all packages after an upgrade goinstall -a -u can be used to update all package A history of remote package installs is stored in $GOROOT/goinstall.log R=rsc, adg CC=golang-dev https://golang.org/cl/1947041
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 450a7e17be..54b54366df 100644
--- a/.hgignore
+++ b/.hgignore
@@ -40,6 +40,7 @@ test/pass.out
test/run.out
test/times.out
test/garbage/*.out
+goinstall.log
syntax:regexp
^bin/