diff options
author | Seth Chisamore <schisamo@opscode.com> | 2012-10-30 11:47:46 -0400 |
---|---|---|
committer | Seth Chisamore <schisamo@opscode.com> | 2012-10-30 13:08:53 -0400 |
commit | 555b2c1190214639aeea2a395d1f0436203fc037 (patch) | |
tree | 39fb997ff05290612de58ad4e091b52dc1ef72a8 /.gitignore | |
parent | 7392a7396049ed296320840d0f5b2e5e3ed9bc67 (diff) | |
download | chef-555b2c1190214639aeea2a395d1f0436203fc037.tar.gz |
[OC-3564] move README to markdown format
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/ |