Don't gitignore pkg/generated/bindata.go

This commit is contained in:
Jeff Grafton 2018-07-09 11:35:01 -07:00
parent 15a9adc053
commit 98fda35301

1
.gitignore vendored
View File

@ -116,7 +116,6 @@ zz_generated.openapi.go
/.make/
# Just in time generated data in the source, should never be committed
/pkg/generated/bindata.go
/test/e2e/generated/bindata.go
# This file used by some vendor repos (e.g. github.com/go-openapi/...) to store secret variables and should not be ignored