From efd3490a54ae595bc9fa0444922a4b3c1b83a153 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sun, 10 Nov 2013 21:13:54 +1100 Subject: [PATCH] Tighten some ruby ignore patterns --- Ruby.gitignore | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Ruby.gitignore b/Ruby.gitignore index a0914d36..b20c5ce6 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -3,21 +3,21 @@ .config coverage InstalledFiles -pkg -rdoc -spec/reports -test/tmp -test/version_tmp -tmp +/pkg/ +/spec/reports +/test/tmp +/test/version_tmp +/tmp/ -# YARD artifacts -.yardoc -_yardoc -doc/ +## Documentation cache and generated files: +/.yardoc +/_yardoc +/doc/ +/rdoc ## Environment normalisation: -.bundle -lib/bundler/man +/.bundle +/lib/bundler/man # for a library or gem, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: