From 04535459caf349bc5a731133f5e9eef5e1ab9af9 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sun, 17 Apr 2016 15:13:46 -0700 Subject: .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 --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') 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 -- cgit v1.2.3-54-g00ecf