]> Cypherpunks.ru repositories - gostls13.git/blob - .gitignore
[dev.ssa] Merge remote-tracking branch 'origin/master' into ssamerge
[gostls13.git] / .gitignore
1 .DS_Store
2 *.[56789ao]
3 *.a[56789o]
4 *.so
5 *.pyc
6 ._*
7 .nfs.*
8 [56789a].out
9 *~
10 *.orig
11 *.rej
12 *.exe
13 .*.swp
14 core
15 *.cgo*.go
16 *.cgo*.c
17 _cgo_*
18 _obj
19 _test
20 _testmain.go
21 build.out
22 test.out
23 doc/articles/wiki/*.bin
24 misc/cgo/life/run.out
25 misc/cgo/stdio/run.out
26 misc/cgo/testso/main
27 src/cmd/**/y.output
28 src/cmd/cgo/zdefaultcc.go
29 src/cmd/go/zdefaultcc.go
30 src/cmd/internal/obj/zbootstrap.go
31 src/go/build/zcgo.go
32 src/go/doc/headscan
33 src/runtime/internal/sys/zversion.go
34 src/unicode/maketables
35 src/*.*/
36 test/pass.out
37 test/run.out
38 test/times.out
39 test/garbage/*.out
40 goinstall.log
41 last-change
42 VERSION.cache
43
44 bin/
45 pkg/