53e8a163d0
The .gitignore influences what files are include in a puppet module tarball. Since puppet-horizon has some test files that need to be included, we need to make sure that we don't completely exclude spec/fixtures. This change updates the module to just exclude spec/fixtures/modules which should not be shipped. Change-Id: Ia363a13f8a2be1f751c32c3a30ad5c4a5d352abf Closes-Bug: #1732262
16 lines
171 B
Plaintext
16 lines
171 B
Plaintext
pkg/
|
|
Gemfile.lock
|
|
vendor/
|
|
spec/fixtures/modules/
|
|
.vagrant/
|
|
.bundle/
|
|
coverage/
|
|
.idea/
|
|
*.swp
|
|
*.iml
|
|
openstack/
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
.tox
|