diff options
author | Helen <helen@puppetlabs.com> | 2016-07-01 12:41:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-01 12:41:08 +0100 |
commit | 9465eeaea74086fbfb7ef1b3c1a8dbf5b5f81ae6 (patch) | |
tree | 68403c3cde9fab6c2bc1c71f929277c2089d199f /.gitignore | |
parent | 6bab96ec26c7ae7350717a0b5884d26a03e3b9ac (diff) | |
parent | daa80f168f8c334b8ff220338691f3c765f162d9 (diff) |
Merge pull request #616 from DavidS/modules-3435-fix-stdlib-symlinks
(MODULES-3435) remove symlinks
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/ |