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
FILES.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
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