From e52059c7c95f78f4d23e7c2f37a9f0836982c8b2 Mon Sep 17 00:00:00 2001 From: Saravanan KR Date: Wed, 15 Nov 2017 12:30:18 +0000 Subject: [PATCH] Corrected the local env setup command Additionally, also updated .gitignore with the generated files Signed-off-by: Saravanan KR --- .gitignore | 2 ++ docs/dev-env-local.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d2b9da3fb279..59e33e561b31 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ vendor/* !vendor/vendor.json .idea *.iml +cmd/fake-dnsmasq-process/fake-dnsmasq* cmd/fake-qemu-process/fake-qemu* cmd/virt-manifest/virt-manifest* cmd/virt-controller/virt-controller* @@ -9,6 +10,7 @@ cmd/virt-launcher/virt-launcher* cmd/virt-handler/virt-handler* cmd/virt-api/virt-api* cmd/virtctl/virtctl* +cmd/virt-dhcp/virt-dhcp* tools/openapispec/openapispec manifests/*.yaml **/bin diff --git a/docs/dev-env-local.md b/docs/dev-env-local.md index 28cb743e6652..5e2284a7cf23 100644 --- a/docs/dev-env-local.md +++ b/docs/dev-env-local.md @@ -67,6 +67,7 @@ cat > hack/config-local.sh <