-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitignore
78 lines (77 loc) · 1.28 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
src/pkg/launchpad.net
*.cgo*.go
*.cgo*.c
.hg/last-message.txt
.DS_Store
*.[568ao]
*.ao
*.so
*.pyc
._*
.nfs.*
[568a].out
*~
*.orig
*.rej
*.exe
.*.swp
core
_cgo_*
_obj
_test
_testmain.go
test.out
build.out
y.tab.[ch]
doc/htmlgen
misc/cgo/life/run.out
misc/dashboard/builder/gobuilder
misc/goplay/goplay
src/cmd/6a/6a
src/cmd/?l/enam.c
src/cmd/cc/y.output
src/cmd/gc/builtin.c
src/cmd/gc/mkbuiltin1
src/cmd/gc/opnames.h
src/cmd/gc/y.output
src/cmd/gc/y1.tab.c
src/cmd/gc/yerr.h
src/pkg/Make.deps
src/pkg/exp/ogle/ogle
src/pkg/os/signal/unix.go
src/pkg/runtime/*/asm.h
src/pkg/runtime/goc2c
src/pkg/runtime/mkversion
src/pkg/runtime/runtime.acid.*
src/pkg/runtime/runtime_defs.go
src/pkg/runtime/version.go
src/pkg/runtime/version_*.go
src/pkg/unicode/maketables
src/pkg/github.com/
src/pkg/*.googlecode.com/
test/pass.out
test/run.out
test/times.out
test/garbage/*.out
goinstall.log
src/cmd/[568][acgl]/[568][acgl]
src/cmd/nm/*nm
src/cmd/cov/*cov
src/cmd/prof/*prof
src/cmd/cgo/cgo
src/cmd/ebnflint/ebnflint
src/cmd/godefs/godefs
src/cmd/godoc/godoc
src/cmd/gofix/gofix
src/cmd/gofmt/gofmt
src/cmd/goinstall/goinstall
src/cmd/goinstall/syslist.go
src/cmd/gopack/gopack
src/cmd/gotest/gotest
src/cmd/gotype/gotype
src/cmd/govet/govet
src/cmd/goyacc/goyacc
src/cmd/hgpatch/hgpatch
doc/codelab/wiki/*.bin
/bin/
/pkg/