]> source.dussan.org Git - gitignore.git/commitdiff
Unslashify *.gem,*.rbc,.rvmrc . 838/head
authortiredpixel <tp@tiredpixel.com>
Mon, 11 Nov 2013 21:41:11 +0000 (21:41 +0000)
committertiredpixel <tp@tiredpixel.com>
Mon, 11 Nov 2013 21:41:11 +0000 (21:41 +0000)
arcresu pointed out that `*.gem`, `*.rbc`, `.rvmrc` might not be at
the top level in a repository. Thus, remove leading slashes for these.

Ruby.gitignore

index 82aa6facc95d91dbce492e4710bbd16a6ba7e426..99e72c12b9e31e3962bd5261c743025d15aa26c6 100644 (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