From: James Whitehead Date: Mon, 19 Jul 2010 04:10:00 +0000 (+1000) Subject: hgignore: adds bin/ to support setting $GOBIN to $GOROOT/bin X-Git-Tag: weekly.2010-07-29~77 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=04cd38131d2386b5d59d7e2959114f35d431cfd5;p=gostls13.git hgignore: adds bin/ to support setting $GOBIN to $GOROOT/bin R=PeterGo, adg CC=golang-dev, jnw https://golang.org/cl/1699046 --- diff --git a/.hgignore b/.hgignore index c808140588..e686255af5 100644 --- a/.hgignore +++ b/.hgignore @@ -40,6 +40,7 @@ test/times.out test/garbage/*.out syntax:regexp +^bin/ ^pkg/ ^src/cmd/(.*)/6?\1$ ^.*/core.[0-9]*$