From 04cd38131d2386b5d59d7e2959114f35d431cfd5 Mon Sep 17 00:00:00 2001 From: James Whitehead Date: Mon, 19 Jul 2010 14:10:00 +1000 Subject: [PATCH] hgignore: adds bin/ to support setting $GOBIN to $GOROOT/bin R=PeterGo, adg CC=golang-dev, jnw https://golang.org/cl/1699046 --- .hgignore | 1 + 1 file changed, 1 insertion(+) 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]*$