66b6ea166c
The existing .gitignore is causing the hieradata we use for tests to be excluded in git and our release tarballs. Lets adjust the gitignore not to exclude the hiera files in spec/fixtures Change-Id: Ic31687d0eb1c2e8acc92796d4c0eba096db8e533 Closes-Bug: #1691559
17 lines
205 B
Plaintext
17 lines
205 B
Plaintext
pkg/
|
|
Gemfile.lock
|
|
vendor/
|
|
spec/fixtures/modules
|
|
spec/fixtures/manifests
|
|
.vagrant/
|
|
.bundle/
|
|
.bundle*/
|
|
coverage/
|
|
.idea/
|
|
*.swp
|
|
*.iml
|
|
openstack/
|
|
# Files created from releasenotes build
|
|
releasenotes/build
|
|
.tox
|