From: Alex Brainman Date: Mon, 4 Oct 2010 03:56:44 +0000 (+1100) Subject: add _testmain.go to .hgignore X-Git-Tag: weekly.2010-10-13~73 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1756b31bb9c9b2f7cd00c5916c8d5946ff24da29;p=gostls13.git add _testmain.go to .hgignore R=rsc, r2 CC=golang-dev https://golang.org/cl/2332042 --- diff --git a/.hgignore b/.hgignore index 54b54366df..40ee75054d 100644 --- a/.hgignore +++ b/.hgignore @@ -14,6 +14,7 @@ syntax:glob core _obj _test +_testmain.go y.tab.[ch] doc/htmlgen src/Make.inc