]> Cypherpunks.ru repositories - gostls13.git/blob - .gitignore
.gitignore: don't ignore y.output
[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/cgo/zdefaultcc.go
28 src/cmd/go/zdefaultcc.go
29 src/cmd/internal/obj/zbootstrap.go
30 src/go/build/zcgo.go
31 src/go/doc/headscan
32 src/runtime/internal/sys/zversion.go
33 src/unicode/maketables
34 src/*.*/
35 test/pass.out
36 test/run.out
37 test/times.out
38 test/garbage/*.out
39 goinstall.log
40 last-change
41 VERSION.cache
42
43 bin/
44 pkg/