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
pkg/*
# Vagrant stuff
Vagrantfile
.vagrant
# Bundler/Rubygems
.bundle
cookbooks/*
_site/*
!templates/*
*.org
.yardoc/
doc/
pkg/*
tags
Gemfile.lock
test/tmp/
# Documentation
_site/*
.yardoc/
doc/
# IDE junk
.idea/*
*.iml