diff options
author | TP Honey <tphoney@users.noreply.github.com> | 2017-09-25 10:16:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-25 10:16:57 +0100 |
commit | ee9d08af0f7175102870656f9ff09ca52f3e7386 (patch) | |
tree | 423230966c9dc79230baa7ce1ca6d4e3d7ab51b5 /.gitignore | |
parent | ff6345584eabe1b7ad8836e7c9333ee4519b551a (diff) | |
parent | 81ab03e0ad8ad8710d454f8185985d03a31f8493 (diff) |
Merge pull request #817 from puppetlabs/msync_18sep17_892c4cf
(maint) modulesync 892c4cf
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 31 |
1 files changed, 15 insertions, 16 deletions
@@ -1,26 +1,25 @@ -#This file is generated by ModuleSync, do not edit. -pkg/ -Gemfile.lock -Gemfile.local -vendor/ -spec/fixtures/manifests/ -spec/fixtures/modules/ -log/ -junit/ -.vagrant/ +#This file is generated by ModuleSync, do not edit.Z +*.iml +.*.sw[op] +.DS_Store .bundle/ -coverage/ -log/ .idea/ .metadata -*.iml -.*.sw[op] +.vagrant/ .yardoc .yardwarns -.DS_Store +Gemfile.local +Gemfile.lock +bin/ +coverage/ +doc/ +junit/ +log/ +pkg/ +spec/fixtures/manifests/ +spec/fixtures/modules/ tmp/ vendor/ -doc/ !spec/fixtures/ spec/fixtures/manifests/site.pp |