Skip to content

Commit ca456f7

Browse files
committed
Unslashify *.gem,*.rbc,.rvmrc .
arcresu pointed out that `*.gem`, `*.rbc`, `.rvmrc` might not be at the top level in a repository. Thus, remove leading slashes for these.
1 parent 3b7ac85 commit ca456f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Ruby.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*.gem
2-
/*.rbc
1+
*.gem
2+
*.rbc
33
/.config
44
/coverage/
55
/InstalledFiles
@@ -26,4 +26,4 @@
2626
# .ruby-gemset
2727

2828
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
29-
/.rvmrc
29+
.rvmrc

0 commit comments

Comments
 (0)