Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1)

Side by Side Diff: .hgignore

Issue 4550118: code review 4550118: go/build: exclude cgo test from arm (Closed)
Patch Set: diff -r 8254f8746317 https://go.googlecode.com/hg/ Created 13 years, 10 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/pkg/go/build/build.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 syntax:glob 1 syntax:glob
2 .DS_Store 2 .DS_Store
3 .git 3 .git
4 .gitignore 4 .gitignore
5 *.[568ao] 5 *.[568ao]
6 *.ao 6 *.ao
7 *.so 7 *.so
8 *.pyc 8 *.pyc
9 ._* 9 ._*
10 .nfs.* 10 .nfs.*
(...skipping 24 matching lines...) Expand all
35 src/cmd/cc/y.output 35 src/cmd/cc/y.output
36 src/cmd/gc/builtin.c 36 src/cmd/gc/builtin.c
37 src/cmd/gc/mkbuiltin1 37 src/cmd/gc/mkbuiltin1
38 src/cmd/gc/opnames.h 38 src/cmd/gc/opnames.h
39 src/cmd/gc/y.output 39 src/cmd/gc/y.output
40 src/cmd/gc/y1.tab.c 40 src/cmd/gc/y1.tab.c
41 src/cmd/gc/yerr.h 41 src/cmd/gc/yerr.h
42 src/cmd/goinstall/syslist.go 42 src/cmd/goinstall/syslist.go
43 src/pkg/Make.deps 43 src/pkg/Make.deps
44 src/pkg/exp/ogle/ogle 44 src/pkg/exp/ogle/ogle
45 src/pkg/go/build/syslist.go
45 src/pkg/os/signal/unix.go 46 src/pkg/os/signal/unix.go
46 src/pkg/runtime/*/asm.h 47 src/pkg/runtime/*/asm.h
47 src/pkg/runtime/goc2c 48 src/pkg/runtime/goc2c
48 src/pkg/runtime/mkversion 49 src/pkg/runtime/mkversion
49 src/pkg/runtime/runtime.acid.* 50 src/pkg/runtime/runtime.acid.*
50 src/pkg/runtime/runtime_defs.go 51 src/pkg/runtime/runtime_defs.go
51 src/pkg/runtime/version.go 52 src/pkg/runtime/version.go
52 src/pkg/runtime/version_*.go 53 src/pkg/runtime/version_*.go
53 src/pkg/unicode/maketables 54 src/pkg/unicode/maketables
54 src/pkg/*.*/ 55 src/pkg/*.*/
55 test/pass.out 56 test/pass.out
56 test/run.out 57 test/run.out
57 test/times.out 58 test/times.out
58 test/garbage/*.out 59 test/garbage/*.out
59 goinstall.log 60 goinstall.log
60 61
61 syntax:regexp 62 syntax:regexp
62 ^bin/ 63 ^bin/
63 ^pkg/ 64 ^pkg/
64 ^src/cmd/(.*)/6?\1$ 65 ^src/cmd/(.*)/6?\1$
65 ^.*/core.[0-9]*$ 66 ^.*/core.[0-9]*$
OLDNEW
« no previous file with comments | « no previous file | src/pkg/go/build/build.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b