.gitignore: Update for YARD

This commit is contained in:
Bill Niblock 2017-05-06 17:37:29 -04:00
parent c240b494fc
commit a10e53d689

10
.gitignore vendored
View file

@ -41,7 +41,7 @@
.Spotlight-V100 .Spotlight-V100
.Trashes .Trashes
ehthumbs.db ehthumbs.db
Thumbs.db Thumbs.db
## ##
# Additions # Additions
@ -52,3 +52,11 @@ Thumbs.db
*.swp *.swp
.netrwhist .netrwhist
*.un~ *.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/