diff options
author | David Schmitt <david.schmitt@puppetlabs.com> | 2015-06-01 12:21:59 +0100 |
---|---|---|
committer | David Schmitt <david.schmitt@puppetlabs.com> | 2015-06-01 12:21:59 +0100 |
commit | 78bd9c8cbea75ae21ca7403d19ff952f77617585 (patch) | |
tree | ce6b7d07f6c8c214bb02f0e0c75495116857cb1a /.gitignore | |
parent | 1fcce9082fd918100d7d6eaa5dc5c90cebb39bc9 (diff) |
Add the missing symlinks to get puppet 4 pickup the functions from the environmentpath
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,10 @@ /pkg/ /Gemfile.lock /vendor/ -/spec/fixtures/ +/spec/fixtures/manifests/* +/spec/fixtures/modules/* +!/spec/fixtures/modules/stdlib +!/spec/fixtures/modules/stdlib/* /.vagrant/ /.bundle/ /coverage/ |