From 3f81f44df289b4c4437a5437bc51b21b78fd01a0 Mon Sep 17 00:00:00 2001 From: Hailee Kenney Date: Thu, 4 Sep 2014 17:04:16 -0700 Subject: [PATCH] (maint) Update .gitignore to ignore .yardoc files When YARD produces documentation, it also adds a .yardoc file. Update the .gitignore for this project to ignore these files. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index a859a2e..99e7d84 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,6 @@ tags ## BUNDLER .bundle Gemfile.lock + +## YARD +.yardoc