diff options
author | Tim Smith <tsmith@chef.io> | 2018-07-30 18:11:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-30 18:11:27 -0700 |
commit | a721ab468daa216719b0d877c347200cfacd2de7 (patch) | |
tree | 5151405bc0ff0e186a4c869184aca73793ff9660 /.gitignore | |
parent | 5799e62ec161d092a29a832d6132015f8a0f5b7f (diff) | |
parent | aa04176a2298bf44f45eb3a76172103ba4d2d04a (diff) | |
download | mixlib-authentication-a721ab468daa216719b0d877c347200cfacd2de7.tar.gz |
Merge pull request #41 from chef/cleanup
Update testing boilerplate
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 29 |
1 files changed, 26 insertions, 3 deletions
@@ -1,4 +1,27 @@ -pkg/ -*.swp - +_yardoc +.bundle +.config +.DS_Store +.idea +.rake_tasks~ +.rspec +.ruby-version +.rvmrc +.yardoc +.yardopts +*.gem +*.rbc +*.sw? +bin/ +coverage +doc +Gemfile.local Gemfile.lock +InstalledFiles +lib/bundler/man +pkg +spec/reports +test/tmp +test/version_tmp +tmp +vendor |