diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -2,12 +2,13 @@ pkg/ Gemfile.lock vendor/ -spec/fixtures/manifests/site.pp -spec/fixtures/modules/* +spec/fixtures/ .vagrant/ .bundle/ coverage/ log/ .idea/ *.iml -tmp/ +!spec/fixtures/ +spec/fixtures/manifests/site.pp +spec/fixtures/modules/* |