diff options
author | Michael DeHaan <michael@ansibleworks.com> | 2013-04-13 00:38:48 +0200 |
---|---|---|
committer | Michael DeHaan <michael@ansibleworks.com> | 2013-04-13 00:38:48 +0200 |
commit | 3f3b2a9448e25db3656323f4b1f4a354378b0884 (patch) | |
tree | 9c8ced967924b3e606d2499c2122dca1ae397881 /.gitignore | |
parent | Mention roles in best practices (diff) | |
download | ansible-3f3b2a9448e25db3656323f4b1f4a354378b0884.tar.xz ansible-3f3b2a9448e25db3656323f4b1f4a354378b0884.zip |
Smush Jinja2 braces in playbooks so unresolved variables get parsed nicely
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index be35963353..36a4de253d 100644 --- a/.gitignore +++ b/.gitignore @@ -22,10 +22,10 @@ docs/man/man3/* *.sublime-project *.sublime-workspace # docsite stuff... -docsite/rst/modules -docsite/*.html -docsite/_static/*.gif -docsite/_static/*.png -docsite/_static/websupport.js +docsite/latest/rst/modules +docsite/latest/*.html +docsite/latest/_static/*.gif +docsite/latest/_static/*.png +docsite/latest/_static/websupport.js # deb building stuff... debian/ |