1
0
mirror of https://github.com/golang/go synced 2024-11-11 17:41:37 -07:00

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]*$