소스 검색

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 11 년 전
부모
커밋
ca456f73e4
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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