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
(cherry picked from commit 53e8a163d0)
This commit is contained in:
Alex Schultz 2017-11-14 13:01:57 -07:00
parent 0a3b07b0d9
commit 2d1a019e92
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,7 +1,7 @@
pkg/
Gemfile.lock
vendor/
spec/fixtures/
spec/fixtures/modules/
.vagrant/
.bundle/
coverage/