diff options
author | Michael DeHaan <michael@ansibleworks.com> | 2013-12-25 13:23:58 -0500 |
---|---|---|
committer | Michael DeHaan <michael@ansibleworks.com> | 2013-12-25 13:24:29 -0500 |
commit | 35ec9f81ae567dadc0947d962b95a0f61904a938 (patch) | |
tree | e7cc4d80bcead62892d76296cdeb731f2e6c2382 /.gitignore | |
parent | fe2d00d9d338e43071f7382fa7d414cb30706839 (diff) | |
download | ansible-35ec9f81ae567dadc0947d962b95a0f61904a938.tar.gz |
Further modifications to the module formatter to adjust to the new theme, and some misc docs text corrections.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 3d33ca7a3a..52039a3033 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,9 @@ docs/man/man3/* *.sublime-project *.sublime-workspace # docsite stuff... -docsite/rst/modules +docsite/rst/modules_by_category.rst +docsite/rst/list_of_*.rst +docsite/rst/*_module.rst docsite/*.html docsite/_static/*.gif docsite/_static/*.png |