From: Ian Lance Taylor Date: Sun, 17 Apr 2016 22:13:46 +0000 (-0700) Subject: .gitignore: don't ignore y.output X-Git-Tag: go1.7beta1~631 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=04535459caf349bc5a731133f5e9eef5e1ab9af9;p=gostls13.git .gitignore: don't ignore y.output We no longer use yacc, and we shouldn't have any y.output files. Change-Id: I045671b6aef3f53c3cfe068b0c14a4871689c13e Reviewed-on: https://go-review.googlesource.com/22161 Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- diff --git a/.gitignore b/.gitignore index 1677a18fc8..6851e147d3 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,6 @@ doc/articles/wiki/*.bin misc/cgo/life/run.out misc/cgo/stdio/run.out misc/cgo/testso/main -src/cmd/**/y.output src/cmd/cgo/zdefaultcc.go src/cmd/go/zdefaultcc.go src/cmd/internal/obj/zbootstrap.go