Skip to content

Commit

Permalink
Update and sort .gitignore
Browse files Browse the repository at this point in the history
Ignore the spec_bin temporary files.  Remove the static presentation
ignores for the website, since they are just linked to now.  Remove
the .rvmrc ignore, since Sequel doesn't use one.

I'm considering removal of the 3 *. entries, but I'll leave them in
for now.
  • Loading branch information
jeremyevans committed Jun 5, 2013
1 parent 50d5794 commit 5dfc80f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
*.lock
*.rbc
*.swp
/coverage
/rdoc
/sequel-*.gem
/spec/bin-sequel-*
/spec/spec_config.rb
/rdoc
/coverage
/www/public/*.html
/www/public/rdoc*
/www/public/static/*_presentation
*.rbc
*.swp
*.lock
.rvmrc

0 comments on commit 5dfc80f

Please sign in to comment.