diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 3b7e1a9f64..24c49c4362 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ .autotest coverage -doc .DS_Store pkg */tags @@ -21,3 +20,8 @@ binstubs/ # RVM and RBENV ruby version files .rbenv-version .rvmrc + +# Documentation +_site/* +.yardoc/ +doc/ |