diff options
author | Tim Bielawa <tbielawa@redhat.com> | 2012-03-05 13:47:01 -0500 |
---|---|---|
committer | Tim Bielawa <tbielawa@redhat.com> | 2012-03-05 13:47:01 -0500 |
commit | 6343aa62141607b2b7f4b8990832af5fa8e5fb22 (patch) | |
tree | fe6f2b3518170a86d7b6d9d6306360d8169bca30 /docs | |
parent | a57f7ae010f134faeb25aef74840cd0507967cac (diff) | |
download | ansible-6343aa62141607b2b7f4b8990832af5fa8e5fb22.tar.gz |
Add environment updating script 'env-setup' to facilitate running ansible from a git checkout.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/man/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/man/.gitignore b/docs/man/.gitignore index b81c7954b7..7c0aaeb5e4 100644 --- a/docs/man/.gitignore +++ b/docs/man/.gitignore @@ -1 +1,2 @@ -*.xml
\ No newline at end of file +*.xml +*.[0-9] |