Update gitignore not to exclude fixture hieradata

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
(cherry picked from commit 66b6ea166c)
This commit is contained in:
Alex Schultz 2017-05-17 14:45:35 -06:00 committed by Jon Schlueter
parent 72392a373c
commit 220fa8d8fa
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

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