.gitignore

Summary

Maintainability
Test Coverage
## MAC OS
.DS_Store
.com.apple.timemachine.supported

## TEXTMATE
*.tmproj
tmtags

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

## REDCAR
.redcar

## VIM
*.swp
*.swo

## RUBYMINE
.idea

## PROJECT::GENERAL
coverage
doc
pkg
.rvmrc
.bundle
.yardoc/*
dist
Gemfile.lock
gemfiles/*.lock
tmp

## Rubinius
.rbx

## Bundler binstubs
bin

## ripper-tags and gem-ctags
tags

## PROJECT::SPECIFIC
.project