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
This commit is contained in:
parent
e0200e9faf
commit
1553d34b02
2
.gitignore
vendored
2
.gitignore
vendored
@ -2,3 +2,5 @@
|
|||||||
build_artifact
|
build_artifact
|
||||||
ansible_collections
|
ansible_collections
|
||||||
galaxy.yml
|
galaxy.yml
|
||||||
|
FILES.json
|
||||||
|
MANIFEST.json
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
namespace: openstack
|
namespace: openstack
|
||||||
name: cloud
|
name: cloud
|
||||||
version: 1.0.0
|
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors: Openstack
|
authors: Openstack
|
||||||
description: Openstack Ansible modules
|
description: Openstack Ansible modules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user