aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Schultz <aschultz@redhat.com>2017-05-17 14:45:35 -0600
committerJon Schlueter <jschluet@redhat.com>2017-05-19 14:05:18 -0400
commit220fa8d8fa22da3db0c5e798ba2ee84b6586727d (patch)
treed4df81d5a1fb2aaeb6698616e29a4a23340e0c63
parent72392a373ca3c0f2b4ea6887fde19cf886288dc4 (diff)
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 66b6ea166c0f8470170f6e07843ff41068d8e9e9)
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 263f4a7..3534cc6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,8 @@
pkg/
Gemfile.lock
vendor/
-spec/fixtures/
+spec/fixtures/modules
+spec/fixtures/manifests
.vagrant/
.bundle/
coverage/