Alon Bar-Lev has uploaded a new change for review. Change subject: build: add missing .gitignores to dist ......................................................................
build: add missing .gitignores to dist Change-Id: Ie7e72995a00ee6a68e7ed631fa498bf0463b35ae Signed-off-by: Alon Bar-Lev <alo...@redhat.com> --- M Makefile.am M src/plugins/ovirt-host-deploy/vdsmhooks/Makefile.am 2 files changed, 6 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-host-deploy refs/changes/50/11050/1 diff --git a/Makefile.am b/Makefile.am index d87c1c1..b4e8b27 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,6 +38,8 @@ EXTRA_DIST = \ .gitignore \ + m4/.gitignore \ + po/.gitignore \ $(NULL) SUBDIRS = \ diff --git a/src/plugins/ovirt-host-deploy/vdsmhooks/Makefile.am b/src/plugins/ovirt-host-deploy/vdsmhooks/Makefile.am index 22f924b..1ed7ca9 100644 --- a/src/plugins/ovirt-host-deploy/vdsmhooks/Makefile.am +++ b/src/plugins/ovirt-host-deploy/vdsmhooks/Makefile.am @@ -26,6 +26,10 @@ .keep \ $(NULL) +EXTRA_DIST = \ + .gitignore \ + $(NULL) + mydir=$(ovirthostdeployplugindir)/ovirt-host-deploy/vdsmhooks dist_my_PYTHON = \ __init__.py \ -- To view, visit http://gerrit.ovirt.org/11050 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie7e72995a00ee6a68e7ed631fa498bf0463b35ae Gerrit-PatchSet: 1 Gerrit-Project: ovirt-host-deploy Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <alo...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches