Skip to content

Commit

Permalink
Merge pull request #182 from RubyMoney/gitignore
Browse files Browse the repository at this point in the history
Remove platform/editor/app specific entries from .gitignore
  • Loading branch information
weppos committed Jun 28, 2012
2 parents 28eef08 + 315a86a commit 3e7261b
Showing 1 changed file with 10 additions and 24 deletions.
34 changes: 10 additions & 24 deletions .gitignore
@@ -1,30 +1,16 @@
## MAC OS # Bundler
.DS_Store .bundle
Gemfile.lock
pkg/*


## TEXTMATE # Rubinius
*.tmproj
tmtags

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

## VIM
*.swp

## Rubymine
.idea

## PROJECT::GENERAL
coverage
rdoc
pkg
*.rbc *.rbc
.rvmrc


## PROJECT::SPECIFIC # YARD
.yardoc .yardoc
doc yardoc/

# Project
.rbenv-version .rbenv-version
.rbx .rbx
.rvmrc

0 comments on commit 3e7261b

Please sign in to comment.