Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
Organize, simplify, and make more standard for Ruby project.
  • Loading branch information
amarshall committed Nov 3, 2014
1 parent 0875fb8 commit 1b1f04e
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions .gitignore
@@ -1,9 +1,17 @@
pkg/*
doc
coverage
Gemfile.lock
.rvmrc
.idea
.bundle
*.rbc
*.gem
*.rbc
.bundle
.config
.yardoc
Gemfile.lock
InstalledFiles
_yardoc
coverage
doc/
lib/bundler/man
pkg
rdoc
spec/reports
test/tmp
test/version_tmp
tmp

0 comments on commit 1b1f04e

Please sign in to comment.