From 98fda353016ea88e7e8ce68fbbb82d1cb2bd00f9 Mon Sep 17 00:00:00 2001 From: Jeff Grafton Date: Mon, 9 Jul 2018 11:35:01 -0700 Subject: [PATCH] Don't gitignore pkg/generated/bindata.go --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9a0874daeb3..9aa7a78aa3c 100644 --- a/.gitignore +++ b/.gitignore @@ -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