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
- build.out
- test.out
- doc/articles/wiki/*.bin
- misc/cgo/life/run.out
- misc/cgo/stdio/run.out
- misc/cgo/testso/main
- 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
- src/*.*/
- test/pass.out
- test/run.out
- test/times.out
- test/garbage/*.out
- goinstall.log
- last-change
- VERSION.cache
- bin/
- pkg/
|