From 1756b31bb9c9b2f7cd00c5916c8d5946ff24da29 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Mon, 4 Oct 2010 14:56:44 +1100 Subject: [PATCH] add _testmain.go to .hgignore R=rsc, r2 CC=golang-dev https://golang.org/cl/2332042 --- .hgignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.hgignore b/.hgignore index 54b54366df9..40ee75054db 100644 --- a/.hgignore +++ b/.hgignore @@ -14,6 +14,7 @@ syntax:glob core _obj _test +_testmain.go y.tab.[ch] doc/htmlgen src/Make.inc