(MODULES-3435) Fix gitignore and fixtures directory

This change more accurately reflects what is being ignored and what's
required as fixtures.
This commit is contained in:
David Schmitt 2016-06-30 17:52:45 +01:00
parent 5c51463c1f
commit daa80f168f
3 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View file

@ -2,10 +2,12 @@
pkg/ pkg/
Gemfile.lock Gemfile.lock
vendor/ vendor/
spec/fixtures/ spec/fixtures/manifests/site.pp
spec/fixtures/modules/*
.vagrant/ .vagrant/
.bundle/ .bundle/
coverage/ coverage/
log/ log/
.idea/ .idea/
*.iml *.iml
tmp/

View file

@ -1 +0,0 @@
../../../../lib/

View file

@ -1 +0,0 @@
../../../../manifests/