Explorar el Código

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.
tiredpixel hace 11 años
padre
commit
ca456f73e4
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      Ruby.gitignore

+ 3 - 3
Ruby.gitignore

@@ -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