From a10e53d6897809a15cedb12fd7195943096943bd Mon Sep 17 00:00:00 2001 From: Bill Niblock Date: Sat, 6 May 2017 17:37:29 -0400 Subject: [PATCH] .gitignore: Update for YARD --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index fbcb054..fadeed9 100644 --- a/.gitignore +++ b/.gitignore @@ -41,7 +41,7 @@ .Spotlight-V100 .Trashes ehthumbs.db -Thumbs.db +Thumbs.db ## # Additions @@ -52,3 +52,11 @@ Thumbs.db *.swp .netrwhist *.un~ + +# YARD Related # +################ +# doc/ is the generated documentation for Yard, which can easily be generated +# locally with yardoc +# .yardoc/ is yard metadata, not necessary to be uploaded to GH +doc/ +.yardoc/