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
This commit is contained in:
Monty Taylor 2020-05-19 11:53:49 -05:00
parent a033a0804b
commit ddc1a78705
2 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@ ansible_collections
galaxy.yml galaxy.yml
FILES.json FILES.json
MANIFEST.json MANIFEST.json
importer_result.json

View File

@ -14,13 +14,16 @@ homepage: https://opendev.org
issues: https://review.opendev.org/q/project:openstack/ansible-collections-openstack issues: https://review.opendev.org/q/project:openstack/ansible-collections-openstack
build_ignore: build_ignore:
- "*.tar.gz" - "*.tar.gz"
- build_artifact/* - build_artifact
- ci/* - ci
- galaxy.yml.in - galaxy.yml.in
- setup.cfg - setup.cfg
- test-requirements.txt - test-requirements.txt
- tests/* - tests
- tools/* - tools
- tox.ini - tox.ini
- .gitignore
- .gitreview
- .zuul.yaml - .zuul.yaml
- .pytest_cache - .pytest_cache
- importer_result.json