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.
This commit is contained in:
tiredpixel 2013-11-11 21:41:11 +00:00
parent 3b7ac85ad8
commit ca456f73e4
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*.gem
/*.rbc
*.gem
*.rbc
/.config
/coverage/
/InstalledFiles
@ -26,4 +26,4 @@
# .ruby-gemset
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
/.rvmrc
.rvmrc