03bbb4a459
After the last module sync, there were a few items that need to be updated. The gitignore needs /openstack rather than openstack/ to ensure that we're only ignoreing the base /openstack folder that gets created when you run the tests. Additionall the test-requirements.txt was updated with a newer list of requirements for the release notes. Change-Id: Id057d8d947337e501f0dd41cf7694d56d26b1c25
22 lines
277 B
Plaintext
22 lines
277 B
Plaintext
pkg/
|
|
Gemfile.lock
|
|
vendor/
|
|
spec/fixtures/
|
|
.vagrant/
|
|
.bundle/
|
|
coverage/
|
|
.idea/
|
|
*.swp
|
|
*.iml
|
|
/openstack
|
|
/log
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
.tox
|
|
<% if ! @configs['paths'].nil? -%>
|
|
<% @configs['paths'].each do |path| -%>
|
|
<%= path %>
|
|
<% end -%>
|
|
<% end -%>
|