]> Cypherpunks repositories - gostls13.git/commitdiff
hgignore: adds bin/ to support setting $GOBIN to $GOROOT/bin
authorJames Whitehead <jnwhiteh@gmail.com>
Mon, 19 Jul 2010 04:10:00 +0000 (14:10 +1000)
committerAndrew Gerrand <adg@golang.org>
Mon, 19 Jul 2010 04:10:00 +0000 (14:10 +1000)
R=PeterGo, adg
CC=golang-dev, jnw
https://golang.org/cl/1699046

.hgignore

index c808140588ead33dd470de79ab6b1903c966f0d5..e686255af58897ce31bb5d2612a712929344f545 100644 (file)
--- 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]*$