Skip to content

Commit 5dfc80f

Browse files
committed
Update and sort .gitignore
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.
1 parent 50d5794 commit 5dfc80f

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.gitignore

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1+
*.lock
2+
*.rbc
3+
*.swp
4+
/coverage
5+
/rdoc
16
/sequel-*.gem
7+
/spec/bin-sequel-*
28
/spec/spec_config.rb
3-
/rdoc
4-
/coverage
59
/www/public/*.html
610
/www/public/rdoc*
7-
/www/public/static/*_presentation
8-
*.rbc
9-
*.swp
10-
*.lock
11-
.rvmrc

0 commit comments

Comments
 (0)