mirror of https://github.com/golang/go.git
parent
bb3e3090c6
commit
eef3fbb83e
|
|
@ -2,6 +2,9 @@ syntax:glob
|
||||||
*.[568ao]
|
*.[568ao]
|
||||||
*.ao
|
*.ao
|
||||||
*.so
|
*.so
|
||||||
|
*.pyc
|
||||||
|
._*
|
||||||
|
.nfs.*
|
||||||
[568a].out
|
[568a].out
|
||||||
_obj
|
_obj
|
||||||
_test
|
_test
|
||||||
|
|
@ -13,11 +16,11 @@ 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/amd64/asm.h
|
src/pkg/runtime/*/asm.h
|
||||||
|
src/pkg/runtime/runtime.acid
|
||||||
test/pass.out
|
test/pass.out
|
||||||
test/run.out
|
test/run.out
|
||||||
test/times.out
|
test/times.out
|
||||||
*.pyc
|
|
||||||
|
|
||||||
syntax:regexp
|
syntax:regexp
|
||||||
^pkg/
|
^pkg/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue