Skip to content

Commit e105d8c

Browse files
committed
Merge pull request #838 from tiredpixel/ruby-slashes
Slashify Ruby files and directories.
2 parents a1e656a + ca456f7 commit e105d8c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Ruby.gitignore

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
*.gem
22
*.rbc
3-
.config
4-
coverage
5-
InstalledFiles
3+
/.config
4+
/coverage/
5+
/InstalledFiles
66
/pkg/
7-
/spec/reports
8-
/test/tmp
9-
/test/version_tmp
7+
/spec/reports/
8+
/test/tmp/
9+
/test/version_tmp/
1010
/tmp/
1111

1212
## Documentation cache and generated files:
13-
/.yardoc
14-
/_yardoc
13+
/.yardoc/
14+
/_yardoc/
1515
/doc/
16-
/rdoc
16+
/rdoc/
1717

1818
## Environment normalisation:
19-
/.bundle
20-
/lib/bundler/man
19+
/.bundle/
20+
/lib/bundler/man/
2121

2222
# for a library or gem, you might want to ignore these files since the code is
2323
# intended to run in multiple environments; otherwise, check them in:

0 commit comments

Comments
 (0)