## MAC OS
.DS_Store

## TEXTMATE
*.tmproj
tmtags

## EMACS
*~
\#*
.\#*

## RUBYMINE
.idea

## VIM
*.swp
tags

## PROJECT::GENERAL
coverage
rdoc
pkg
*.log

## PROJECT::SPECIFIC
tmp
.bundle
doc
Gemfile.lock
Gemfile.local
cucumber-pro.log

## Ruby versioniser
.ruby-version

# Temp files of yar
.yardoc

# RSpec example status
spec/examples.txt
