diff options
author | David Schmitt <david@black.co.at> | 2016-06-30 17:52:45 +0100 |
---|---|---|
committer | David Schmitt <david@black.co.at> | 2016-07-01 12:03:59 +0100 |
commit | daa80f168f8c334b8ff220338691f3c765f162d9 (patch) | |
tree | 68403c3cde9fab6c2bc1c71f929277c2089d199f /.gitignore | |
parent | 5c51463c1f9e89bfd012c737c19581ac0f771926 (diff) |
(MODULES-3435) Fix gitignore and fixtures directory
This change more accurately reflects what is being ignored and what's
required as fixtures.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -2,10 +2,12 @@ pkg/ Gemfile.lock vendor/ -spec/fixtures/ +spec/fixtures/manifests/site.pp +spec/fixtures/modules/* .vagrant/ .bundle/ coverage/ log/ .idea/ *.iml +tmp/ |