go/.hgignore
Anthony Martin e280035fc1 gc, cc: avoid using the wrong library when building the compilers
This can happen on Plan 9 if we we're building
with the 32-bit and 64-bit host compilers, one
after the other.

R=rsc
CC=golang-dev
https://golang.org/cl/5599053
2012-02-01 04:14:37 -08:00

77 lines
1.2 KiB
Plaintext

syntax:glob
.DS_Store
.git
.gitignore
*.[568ao]
*.a[568o]
*.so
*.pyc
._*
.nfs.*
[568a].out
*~
*.orig
*.rej
*.exe
.*.swp
core
*.cgo*.go
*.cgo*.c
_cgo_*
_obj
_test
_testmain.go
build.out
test.out
y.tab.[ch]
doc/htmlgen
doc/codelab/wiki/*.bin
misc/cgo/life/run.out
misc/dashboard/builder/gobuilder
misc/goplay/goplay
misc/osx/*.pkg
misc/osx/*.dmg
src/Make.inc
src/cmd/6a/6a
src/cmd/?l/enam.c
src/cmd/cc/y.output
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/norm/maketables
src/pkg/exp/norm/maketesttables
src/pkg/exp/norm/normregtest
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
test/run.out
test/times.out
test/garbage/*.out
goinstall.log
last-change
syntax:regexp
^bin/
^pkg/
^src/cmd/(.*)/6?\1$
^.*/core.[0-9]*$