From d7a67e13fb4af5e6689babff9471fa06793abcc8 Mon Sep 17 00:00:00 2001 From: Chris Stephens Date: Thu, 23 Aug 2018 11:52:14 -0700 Subject: [PATCH] Ignore google provider binary (#1935) Running go build in the root dir will create this binary --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f9f8d9af..61182e11 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ terraform.tfvars terraform.tfplan terraform.tfstate bin/ +terraform-provider-google modules-dev/ /pkg/ website/.vagrant