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
This commit is contained in:
parent
b093ee38b3
commit
53e8a163d0
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,7 +1,7 @@
|
||||
pkg/
|
||||
Gemfile.lock
|
||||
vendor/
|
||||
spec/fixtures/
|
||||
spec/fixtures/modules/
|
||||
.vagrant/
|
||||
.bundle/
|
||||
coverage/
|
||||
|
Loading…
x
Reference in New Issue
Block a user