]> Cypherpunks.ru repositories - gostls13.git/blob - .gitignore
cmd/compile/internal/inline: score call sites exposed by inlines
[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
22 /VERSION.cache
23 /bin/
24 /build.out
25 /doc/articles/wiki/*.bin
26 /goinstall.log
27 /last-change
28 /misc/cgo/life/run.out
29 /misc/cgo/stdio/run.out
30 /misc/cgo/testso/main
31 /pkg/
32 /src/*.*/
33 /src/cmd/cgo/zdefaultcc.go
34 /src/cmd/dist/dist
35 /src/cmd/go/internal/cfg/zdefaultcc.go
36 /src/cmd/internal/objabi/zbootstrap.go
37 /src/go/build/zcgo.go
38 /src/go/doc/headscan
39 /src/internal/buildcfg/zbootstrap.go
40 /src/runtime/internal/sys/zversion.go
41 /src/unicode/maketables
42 /src/time/tzdata/zzipdata.go
43 /test.out
44 /test/garbage/*.out
45 /test/pass.out
46 /test/run.out
47 /test/times.out
48
49 # This file includes artifacts of Go build that should not be checked in.
50 # For files created by specific development environment (e.g. editor),
51 # use alternative ways to exclude files from git.
52 # For example, set up .git/info/exclude or use a global .gitignore.