From: Francisco Souza Date: Thu, 8 Mar 2012 17:49:23 +0000 (-0500) Subject: hgignore: ignoring misc/cgo/testso/main instead of /misc/cgo/testso/testso X-Git-Tag: weekly.2012-03-13~81 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b492bbe0d6e34b1b6a225ad98ba44eda9e23362f;p=gostls13.git hgignore: ignoring misc/cgo/testso/main instead of /misc/cgo/testso/testso test.bash does not remove main if the test fails, so it is good to keep main in .hgignore. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5784057 --- diff --git a/.hgignore b/.hgignore index d6ba72c6bc..741d7c61b2 100644 --- a/.hgignore +++ b/.hgignore @@ -27,7 +27,7 @@ doc/tmpltohtml doc/articles/wiki/*.bin misc/cgo/life/run.out misc/cgo/stdio/run.out -misc/cgo/testso/testso +misc/cgo/testso/main misc/dashboard/builder/builder misc/goplay/goplay misc/osx/*.pkg