summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-07-30 14:16:04 -0700
committerTim Smith <tsmith@chef.io>2018-07-30 14:16:04 -0700
commit7196530f21df229ea42c826a377ebd2175463032 (patch)
treeef8fd95e1371cd874fc89cfd9aa483b434e5d310
parent5301819956bfae7670867fd7385b110e62eee05c (diff)
downloadmixlib-shellout-7196530f21df229ea42c826a377ebd2175463032.tar.gz
Add more to ignore file
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--.gitignore35
1 files changed, 23 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore
index e2d9919..6ea052c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,16 +1,27 @@
-.autotest
-coverage
-doc
+_yardoc
+.bundle
+.config
.DS_Store
-pkg
-*.swp
-*.swo
-erl_crash.dump
-*.rake_tasks~
.idea
-*.rbc
+.rake_tasks~
+.rspec
+.ruby-version
.rvmrc
-.bundle
+.yardoc
+.yardopts
+*.gem
+*.rbc
+*.sw?
+bin/
+coverage
+doc
+Gemfile.local
Gemfile.lock
-*/tags
-*~
+InstalledFiles
+lib/bundler/man
+pkg
+spec/reports
+test/tmp
+test/version_tmp
+tmp
+vendor