Skip to content

Commit e861c9b

Browse files
committed
.gitignore: ignore y.output
Change-Id: I95b72b6be39fbb923b5f0743d17d7f8bd3ee3814 Reviewed-on: https://go-review.googlesource.com/10860 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
1 parent 032811e commit e861c9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ doc/articles/wiki/*.bin
2424
misc/cgo/life/run.out
2525
misc/cgo/stdio/run.out
2626
misc/cgo/testso/main
27-
src/cmd/*/y.output
27+
src/cmd/**/y.output
2828
src/cmd/cgo/zdefaultcc.go
2929
src/cmd/go/zdefaultcc.go
3030
src/cmd/internal/obj/zbootstrap.go

0 commit comments

Comments
 (0)