(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.
This commit is contained in:
Hailee Kenney 2014-09-04 17:04:16 -07:00
parent 39f4ca1d09
commit 3f81f44df2
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -17,3 +17,6 @@ tags
## BUNDLER
.bundle
Gemfile.lock
## YARD
.yardoc