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