Remove pkg/generated/bindata.go from the repo

pull/8/head
Jeff Grafton 2018-04-11 16:02:22 -07:00
parent b9a029db6d
commit 75efdf2974
3 changed files with 3 additions and 19487 deletions

2
.gitignore vendored
View File

@ -114,7 +114,9 @@ zz_generated.openapi.go
# make-related metadata
/.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

View File

@ -25,6 +25,7 @@ CLEAN_PATTERNS=(
"_tmp"
"doc_tmp"
".*/zz_generated.openapi.go"
"pkg/generated/bindata.go"
"test/e2e/generated/bindata.go"
)

File diff suppressed because one or more lines are too long