diff --git a/.gitignore b/.gitignore index 5982d2c6..bbc5f7d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +/terraform-provider-heroku + *.dll *.exe .DS_Store diff --git a/README.md b/README.md index 891e70e2..92a1a049 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ If you wish to work on the provider, you'll first need [Go](http://www.golang.or To compile the provider, run `make build`. This will build the provider and put the provider binary in the `$GOPATH/bin` directory. ```sh -$ make bin +$ make build ... $ $GOPATH/bin/terraform-provider-heroku ... diff --git a/terraform-provider-heroku b/terraform-provider-heroku deleted file mode 100755 index cb491630..00000000 Binary files a/terraform-provider-heroku and /dev/null differ