Commit 04cd3813 authored by James Whitehead's avatar James Whitehead Committed by Andrew Gerrand

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

R=PeterGo, adg
CC=golang-dev, jnw
https://golang.org/cl/1699046
parent 18d8c7da
...@@ -40,6 +40,7 @@ test/times.out ...@@ -40,6 +40,7 @@ test/times.out
test/garbage/*.out test/garbage/*.out
syntax:regexp syntax:regexp
^bin/
^pkg/ ^pkg/
^src/cmd/(.*)/6?\1$ ^src/cmd/(.*)/6?\1$
^.*/core.[0-9]*$ ^.*/core.[0-9]*$
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment