hgignore: adds bin/ to support setting $GOBIN to $GOROOT/bin

R=PeterGo, adg
CC=golang-dev, jnw
https://golang.org/cl/1699046
This commit is contained in:
James Whitehead 2010-07-19 14:10:00 +10:00 committed by Andrew Gerrand
parent 18d8c7dac6
commit 04cd38131d

View file

@ -40,6 +40,7 @@ test/times.out
test/garbage/*.out
syntax:regexp
^bin/
^pkg/
^src/cmd/(.*)/6?\1$
^.*/core.[0-9]*$