mirror of
https://github.com/github/gitignore
synced 2024-11-22 11:44:21 +01:00
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:
parent
3b7ac85ad8
commit
ca456f73e4
@ -1,5 +1,5 @@
|
|||||||
/*.gem
|
*.gem
|
||||||
/*.rbc
|
*.rbc
|
||||||
/.config
|
/.config
|
||||||
/coverage/
|
/coverage/
|
||||||
/InstalledFiles
|
/InstalledFiles
|
||||||
@ -26,4 +26,4 @@
|
|||||||
# .ruby-gemset
|
# .ruby-gemset
|
||||||
|
|
||||||
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
|
||||||
/.rvmrc
|
.rvmrc
|
||||||
|
Loading…
Reference in New Issue
Block a user