]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cookbooks.git/commitdiff
Update to the standard chef gitignore file
authorTim Smith <tsmith84@gmail.com>
Tue, 15 Sep 2015 22:12:26 +0000 (15:12 -0700)
committerTim Smith <tsmith84@gmail.com>
Tue, 15 Sep 2015 22:12:26 +0000 (15:12 -0700)
This ignores common testing and editor files

.gitignore

index 351201e0051ea162255daed1ac72ffcb98e6155a..b3dd71e1b7be3f1f52fdb101a9aa276236c0f766 100644 (file)
@@ -1,17 +1,45 @@
-.vagrant
-Berksfile.lock
+*.gem
+.zero-knife.rb
+*.rbc
+.bundle
+.config
+coverage
+InstalledFiles
+lib/bundler/man
+pkg
+rdoc
+spec/reports
+test/tmp
+test/version_tmp
+tmp
+Gemfile.lock
+_Store
 *~
 *#
 .#*
 \#*#
 .*.sw[a-z]
 *.un~
-/cookbooks
+*.tmp
+*.bk
+*.bkup
+.ruby-version
+.ruby-gemset
+.rvmrc
 
-# Bundler
-Gemfile.lock
-bin/*
-.bundle/*
+# YARD artifacts
+.yardoc
+_yardoc
+doc/
+.idea
 
-.kitchen/
+#chef stuff
+Berksfile.lock
+.kitchen
 .kitchen.local.yml
+vendor/
+.coverage/
+
+#vagrant stuff
+.vagrant/
+.vagrant.d/