Code Review
/
apex-puppet-tripleo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
484a744
)
Update gitignore not to exclude fixture hieradata
author
Alex Schultz
<aschultz@redhat.com>
Wed, 17 May 2017 20:45:35 +0000
(14:45 -0600)
committer
Alex Schultz
<aschultz@redhat.com>
Wed, 17 May 2017 20:45:35 +0000
(14:45 -0600)
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
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
2fa4229
..
bcd888b
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,7
+1,8
@@
pkg/
Gemfile.lock
vendor/
-spec/fixtures/
+spec/fixtures/modules
+spec/fixtures/manifests
.vagrant/
.bundle/
.bundle*/