summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-30 18:11:27 -0700
committerGitHub <noreply@github.com>2018-07-30 18:11:27 -0700
commita721ab468daa216719b0d877c347200cfacd2de7 (patch)
tree5151405bc0ff0e186a4c869184aca73793ff9660 /.gitignore
parent5799e62ec161d092a29a832d6132015f8a0f5b7f (diff)
parentaa04176a2298bf44f45eb3a76172103ba4d2d04a (diff)
downloadmixlib-authentication-a721ab468daa216719b0d877c347200cfacd2de7.tar.gz
Merge pull request #41 from chef/cleanup
Update testing boilerplate
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore29
1 files changed, 26 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 5036739..6ea052c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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