mirror of
https://github.com/golang/go
synced 2024-11-25 06:27:57 -07:00
Ignore more unimportant files.
- Emacs backup files. - *.orig files left by hg merge conflicts. - core files. - generated enam.c files. - runtime.acid now has an architecture. R=rsc http://go/go-review/1026017
This commit is contained in:
parent
b94f8131ae
commit
49d4e8cb80
@ -6,18 +6,21 @@ syntax:glob
|
|||||||
._*
|
._*
|
||||||
.nfs.*
|
.nfs.*
|
||||||
[568a].out
|
[568a].out
|
||||||
|
*~
|
||||||
|
*.orig
|
||||||
|
core
|
||||||
_obj
|
_obj
|
||||||
_test
|
_test
|
||||||
src/cmd/6a/6a
|
src/cmd/6a/6a
|
||||||
y.tab.[ch]
|
y.tab.[ch]
|
||||||
src/cmd/6l/enam.c
|
src/cmd/?l/enam.c
|
||||||
src/cmd/gc/builtin.c
|
src/cmd/gc/builtin.c
|
||||||
src/cmd/gc/mkbuiltin1
|
src/cmd/gc/mkbuiltin1
|
||||||
src/cmd/gc/opnames.h
|
src/cmd/gc/opnames.h
|
||||||
src/pkg/exp/ogle/ogle
|
src/pkg/exp/ogle/ogle
|
||||||
src/pkg/runtime/cgo2c
|
src/pkg/runtime/cgo2c
|
||||||
src/pkg/runtime/*/asm.h
|
src/pkg/runtime/*/asm.h
|
||||||
src/pkg/runtime/runtime.acid
|
src/pkg/runtime/runtime.acid.*
|
||||||
test/pass.out
|
test/pass.out
|
||||||
test/run.out
|
test/run.out
|
||||||
test/times.out
|
test/times.out
|
||||||
@ -25,3 +28,4 @@ test/times.out
|
|||||||
syntax:regexp
|
syntax:regexp
|
||||||
^pkg/
|
^pkg/
|
||||||
^src/cmd/(.*)/6?\1$
|
^src/cmd/(.*)/6?\1$
|
||||||
|
^.*/core.[0-9]*$
|
||||||
|
Loading…
Reference in New Issue
Block a user