1
0
mirror of https://github.com/golang/go synced 2024-07-08 12:18:55 +00:00

tell Mercurial which files to ignore

R=r
CC=go-dev
http://go/go-review/1012005
This commit is contained in:
Russ Cox 2009-10-22 11:07:39 -07:00
parent 219fb02042
commit 6d96b24ef3

24
.hgignore Normal file
View File

@ -0,0 +1,24 @@
syntax:glob
*.[568ao]
*.ao
*.so
[568a].out
_obj
_test
src/cmd/6a/6a
y.tab.[ch]
src/cmd/6l/enam.c
src/cmd/gc/builtin.c
src/cmd/gc/mkbuiltin1
src/cmd/gc/opnames.h
src/pkg/exp/ogle/ogle
src/pkg/runtime/cgo2c
src/pkg/runtime/amd64/asm.h
test/pass.out
test/run.out
test/times.out
*.pyc
syntax:regexp
^pkg/
^src/cmd/(.*)/6?\1$