From: Ian Lance Taylor Date: Tue, 2 Feb 2010 00:34:25 +0000 (-0800) Subject: Ignore the temporary files used for improved error messages. X-Git-Tag: weekly.2010-02-04~36 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8d6054ae81ea27f650bcbb51ac44c0d80aed981e;p=gostls13.git Ignore the temporary files used for improved error messages. R=rsc CC=golang-dev https://golang.org/cl/199047 --- diff --git a/.hgignore b/.hgignore index 7e039d12bd..eba2a7fcf9 100644 --- a/.hgignore +++ b/.hgignore @@ -18,6 +18,9 @@ src/cmd/?l/enam.c src/cmd/gc/builtin.c src/cmd/gc/mkbuiltin1 src/cmd/gc/opnames.h +src/cmd/gc/y.output +src/cmd/gc/y1.tab.c +src/cmd/gc/yerr.h src/pkg/Make.deps src/pkg/exp/ogle/ogle src/pkg/os/signal/unix.go