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:
parent
a033a0804b
commit
ddc1a78705
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ ansible_collections
|
||||
galaxy.yml
|
||||
FILES.json
|
||||
MANIFEST.json
|
||||
importer_result.json
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user