1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/.gitignore
Paul Thornthwaite 0ff2217789 [GH-2793] Exclude examples from documented methods
Example code in various providers directories is getting picked up by
Yard when documenting such that a number of global constants and helpers
are appearing to be part of fog.

This excludes them using `.yardopts`

It also excludes generated documentation from provider subdirectories
from git.
2014-03-28 09:44:30 +00:00

30 lines
314 B
Text

*~
*.gem
*.rbc
*.sw?
.rbenv
.rvmrc
.ruby-gemset
.ruby-version
.bundle
.DS_Store
.idea
.yardoc
/tests/.fog
bin/*
!bin/fog
.fog
coverage
doc/*
docs/_site/*
docs/about/supported_services.markdown
Gemfile.lock
gemfiles/*.lock
yardoc
pkg
spec/credentials.yml
vendor/*
tags
tests/digitalocean/fixtures/
providers/*/doc