From: Christopher Wedgwood Date: Tue, 20 Dec 2011 20:54:39 +0000 (-0500) Subject: .hgignore: ignore autogenerated files X-Git-Tag: weekly.2011-12-22~93 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bbdd2070a92adedaa60e91cc14791daf01ba8deb;p=gostls13.git .hgignore: ignore autogenerated files R=rsc CC=golang-dev https://golang.org/cl/5491077 --- diff --git a/.hgignore b/.hgignore index 11a0773a05..81c3d41560 100644 --- a/.hgignore +++ b/.hgignore @@ -49,12 +49,17 @@ src/pkg/exp/ebnflint/ebnflint src/pkg/go/build/syslist.go src/pkg/go/doc/headscan src/pkg/runtime/*/asm.h +src/pkg/runtime/arch_GOARCH.h +src/pkg/runtime/defs_GOOS_GOARCH.h src/pkg/runtime/goc2c src/pkg/runtime/mkversion +src/pkg/runtime/os_GOOS.h src/pkg/runtime/runtime.acid.* src/pkg/runtime/runtime_defs.go +src/pkg/runtime/signals_GOOS.h src/pkg/runtime/version.go src/pkg/runtime/version_*.go +src/pkg/runtime/z* src/pkg/unicode/maketables src/pkg/*.*/ test/pass.out