From ddc1a78705ed15bb23214d6d778fa4ad7c565b71 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 19 May 2020 11:53:49 -0500 Subject: [PATCH] Ignore a few more things The ignores can just list the directory and from them it will ignore the directory too. Add .gitreview and .gitignore and the importer_result.json. Change-Id: Ibe5e56ccd3fc54695bf64dd696adb2ec2bb0f3c2 --- .gitignore | 1 + galaxy.yml.in | 11 +++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 19b85e86..5326fc97 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ ansible_collections galaxy.yml FILES.json MANIFEST.json +importer_result.json diff --git a/galaxy.yml.in b/galaxy.yml.in index 2852eb46..72e47fd7 100644 --- a/galaxy.yml.in +++ b/galaxy.yml.in @@ -14,13 +14,16 @@ homepage: https://opendev.org issues: https://review.opendev.org/q/project:openstack/ansible-collections-openstack build_ignore: - "*.tar.gz" - - build_artifact/* - - ci/* + - build_artifact + - ci - galaxy.yml.in - setup.cfg - test-requirements.txt - - tests/* - - tools/* + - tests + - tools - tox.ini + - .gitignore + - .gitreview - .zuul.yaml - .pytest_cache + - importer_result.json