diff options
author | Hunter Haugen <hunter@puppet.com> | 2017-01-19 16:17:47 -0800 |
---|---|---|
committer | Hunter Haugen <hunter@puppet.com> | 2017-01-24 11:13:55 -0800 |
commit | 1229d5a831995ddc2c9814f5104ea2a2c9df65a9 (patch) | |
tree | 2e22c5dfdba611449494acf6e6873d5bc6b28d66 /.gitignore | |
parent | 5aa8419c94a8c5005383f5a8948708ed8efd0e5f (diff) |
(MODULES-4098) Sync the rest of the files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,15 +1,27 @@ #This file is generated by ModuleSync, do not edit. pkg/ Gemfile.lock +Gemfile.local vendor/ spec/fixtures/manifests/ spec/fixtures/modules/ +log/ +junit/ .vagrant/ .bundle/ coverage/ log/ .idea/ +.metadata *.iml +.*.sw[op] +.yardoc +.yardwarns +.DS_Store +tmp/ +vendor/ +doc/ + !spec/fixtures/ spec/fixtures/manifests/site.pp spec/fixtures/modules/* |