From 31d7efd4d25ff555871b9cc6463f94c6f59f9ecf Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 31 Jan 2011 13:21:44 -0800 Subject: [PATCH] .hgignore: Add some more files created by all.bash. R=rsc CC=golang-dev https://golang.org/cl/4105044 --- .hgignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.hgignore b/.hgignore index 28395648153..a601bbe1e40 100644 --- a/.hgignore +++ b/.hgignore @@ -21,6 +21,9 @@ _test _testmain.go y.tab.[ch] doc/htmlgen +misc/cgo/life/run.out +misc/dashboard/builder/gobuilder +misc/goplay/goplay src/Make.inc src/cmd/6a/6a src/cmd/?l/enam.c @@ -38,7 +41,9 @@ src/pkg/runtime/*/asm.h src/pkg/runtime/goc2c src/pkg/runtime/mkversion src/pkg/runtime/runtime.acid.* +src/pkg/runtime/runtime_defs.go src/pkg/runtime/version.go +src/pkg/unicode/maketables src/pkg/github.com/ src/pkg/*.googlecode.com/ test/pass.out