mirror of
https://github.com/golang/go
synced 2024-11-22 01:34:41 -07:00
tell Mercurial which files to ignore
R=r CC=go-dev http://go/go-review/1012005
This commit is contained in:
parent
219fb02042
commit
6d96b24ef3
24
.hgignore
Normal file
24
.hgignore
Normal 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$
|
Loading…
Reference in New Issue
Block a user