]> source.dussan.org Git - gitignore.git/commit
Slashify Ruby files and directories.
authortiredpixel <tp@tiredpixel.com>
Mon, 11 Nov 2013 19:48:31 +0000 (19:48 +0000)
committertiredpixel <tp@tiredpixel.com>
Mon, 11 Nov 2013 19:50:01 +0000 (19:50 +0000)
commit3b7ac85ad84a6815b193ed91bf112e99b0a1eec3
tree6915cfd83bad1f6579a7543e34ad83fc2af52584
parenta1e656a09306c99163b86c29898d35d2be5c1a09
Slashify Ruby files and directories.

Perhaps this is a little pedantic, but without the initial / all
such matches within the repository get ignored, and without the
trailing slash files as well as directories of that name get ignored.
e.g. Specifying `tmp` and `test/tmp` without slashes is redundant, as
`tmp` already ignores `test/tmp`, as well as every other `tmp` and
`tmp/`.
Ruby.gitignore