mirror of
https://github.com/golang/go
synced 2024-11-02 16:02:46 +00:00
48ae1f2d9b
* tweak mksyscall*.pl to be more gofmt-compatible. * add mkall.sh -syscalls option. * add sys/mman.h constants on OS X R=r, eds, niemeyer CC=golang-dev https://golang.org/cl/4369044
65 lines
961 B
Text
65 lines
961 B
Text
syntax:glob
|
|
.DS_Store
|
|
.git
|
|
.gitignore
|
|
*.[568ao]
|
|
*.ao
|
|
*.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
|
|
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/cmd/goinstall/syslist.go
|
|
src/pkg/Make.deps
|
|
src/pkg/exp/ogle/ogle
|
|
src/pkg/os/signal/unix.go
|
|
src/pkg/runtime/*/asm.h
|
|
src/pkg/runtime/goc2c
|
|
src/pkg/runtime/mkversion
|
|
src/pkg/runtime/runtime.acid.*
|
|
src/pkg/runtime/runtime_defs.go
|
|
src/pkg/runtime/version.go
|
|
src/pkg/runtime/version_*.go
|
|
src/pkg/unicode/maketables
|
|
src/pkg/*.*/
|
|
test/pass.out
|
|
test/run.out
|
|
test/times.out
|
|
test/garbage/*.out
|
|
goinstall.log
|
|
|
|
syntax:regexp
|
|
^bin/
|
|
^pkg/
|
|
^src/cmd/(.*)/6?\1$
|
|
^.*/core.[0-9]*$
|