Update .gitignore.

Ignore all .ruby-version, .ruby-gemset, and .rake-tasks files.
Ignore files generated by rspec_results or coverage reports.
Ignore binstubs.
This commit is contained in:
Morgan Lieberthal 2015-08-26 15:19:08 -06:00
parent 84a2365644
commit 7db14de0f0
1 changed files with 6 additions and 2 deletions

8
.gitignore vendored
View File

@ -14,5 +14,9 @@ vendor/bundle
*.DS_Store
spec/dummy/log/*
spec/dummy/db/*.sqlite3
.ruby-version
.ruby-gemset
.ruby-version*
.ruby-gemset*
.rake_tasks
rspec_errors.txt
rspec_results.html
bin/