From 1553d34b022f4a6ecbc45be33b1ba69374b387c8 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 3 Mar 2020 08:56:00 -0600 Subject: [PATCH] Clean up minor build quibbles collection build produces FILES.json and METADATA.json, so add them to the .gitignore. Also, remove the version line from galaxy.yml.in since it's generated. Change-Id: I2ea0b04c8e56b3b7186ac2e9c475144340067636 --- .gitignore | 2 ++ galaxy.yml.in | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0cab88a0..19b85e86 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ build_artifact ansible_collections galaxy.yml +FILES.json +MANIFEST.json diff --git a/galaxy.yml.in b/galaxy.yml.in index 472f2119..416691ee 100644 --- a/galaxy.yml.in +++ b/galaxy.yml.in @@ -1,6 +1,5 @@ namespace: openstack name: cloud -version: 1.0.0 readme: README.md authors: Openstack description: Openstack Ansible modules