123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .DS_Store
- *.[56789ao]
- *.a[56789o]
- *.so
- *.pyc
- ._*
- .nfs.*
- [56789a].out
- *~
- *.orig
- *.rej
- *.exe
- .*.swp
- core
- *.cgo*.go
- *.cgo*.c
- _cgo_*
- _obj
- _test
- _testmain.go
- /VERSION.cache
- /bin/
- /build.out
- /doc/articles/wiki/*.bin
- /goinstall.log
- /last-change
- /misc/cgo/life/run.out
- /misc/cgo/stdio/run.out
- /misc/cgo/testso/main
- /pkg/
- /src/*.*/
- /src/cmd/cgo/zdefaultcc.go
- /src/cmd/go/zdefaultcc.go
- /src/cmd/go/zosarch.go
- /src/cmd/internal/obj/zbootstrap.go
- /src/go/build/zcgo.go
- /src/go/doc/headscan
- /src/runtime/internal/sys/zversion.go
- /src/unicode/maketables
- /test.out
- /test/garbage/*.out
- /test/pass.out
- /test/run.out
- /test/times.out
|