Skip to content

Commit

Permalink
added .gitignore and .rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Kiger committed Apr 13, 2012
1 parent afd21bd commit b02ed64
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .gitignore
@@ -0,0 +1,19 @@
*.gem
*.rbc
.bundle
.config
.yardoc
.rvmrc
Gemfile.lock
InstalledFiles
_yardoc
coverage
doc/
lib/bundler/man
pkg
rdoc
spec/reports
test/tmp
test/version_tmp
tmp
.DS_Store
2 changes: 2 additions & 0 deletions .rspec
@@ -0,0 +1,2 @@
--color
--format documentation
Empty file removed README.md
Empty file.

0 comments on commit b02ed64

Please sign in to comment.