# Misc files
*.swp
.DS_Store
Gemfile.local
Gemfile.lock

# Beaker
acceptance/.bundle/
acceptance/vendor/
acceptance/junit/
acceptance/log/
acceptance/hosts.cfg
acceptance/tmp/

# Ruby
/.bundle/
/.yardoc
/_yardoc/
/coverage/
/doc/
/pkg/
/spec/reports/
/tmp/
/vendor/

# rspec failure tracking
.rspec_status
