diff options
author | Carl Suster <code@contraflo.ws> | 2013-11-10 21:13:54 +1100 |
---|---|---|
committer | Carl Suster <code@contraflo.ws> | 2013-11-10 21:13:54 +1100 |
commit | efd3490a54ae595bc9fa0444922a4b3c1b83a153 (patch) | |
tree | 28237c3563a53ae73172e860cd90cd5b2a1b78c1 /Ruby.gitignore | |
parent | 0ac2f7cb820bf31e15e174d4061a8792686e629e (diff) | |
download | gitignore-efd3490a54ae595bc9fa0444922a4b3c1b83a153.tar.gz gitignore-efd3490a54ae595bc9fa0444922a4b3c1b83a153.zip |
Tighten some ruby ignore patterns
Diffstat (limited to 'Ruby.gitignore')
-rw-r--r-- | Ruby.gitignore | 24 |
1 files 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: |