Update .gitignore

This commit is contained in:
Mitchell Hashimoto 2011-07-22 22:58:31 -07:00
parent 270da0da80
commit 39f2aef3ba
1 changed files with 14 additions and 7 deletions

21
.gitignore vendored
View File

@ -1,15 +1,22 @@
# OS-specific
.DS_Store .DS_Store
pkg/*
# Vagrant stuff
Vagrantfile Vagrantfile
.vagrant .vagrant
# Bundler/Rubygems
.bundle .bundle
cookbooks/* pkg/*
_site/*
!templates/*
*.org
.yardoc/
doc/
tags tags
Gemfile.lock Gemfile.lock
test/tmp/
# Documentation
_site/*
.yardoc/
doc/
# IDE junk
.idea/* .idea/*
*.iml *.iml