puppet-horizon/.gitignore
Alex Schultz 53e8a163d0 Adjust fixtures .gitignore
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
2017-11-14 13:01:57 -07:00

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