diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2015-10-26 11:03:50 -0400 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2015-10-26 11:03:50 -0400 |
commit | 8eda94c5910c15f1352b4a342d8cf48abe0fe470 (patch) | |
tree | 99b9219b8745203b1c3be99a7df772b8cee59b9e /.gitignore | |
parent | f3a0adcfa55ee56fb379cd38755da7219ebaf73d (diff) | |
download | ansible-8eda94c5910c15f1352b4a342d8cf48abe0fe470.tar.gz |
normalized descriptions for most man pages
also removed the intermediate man page
added intermidieate manpages to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5d3970a168..01a802805e 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,12 @@ rpm-build # Mac OS X stuff... .DS_Store # manpage build stuff... +docs/man/man1/ansible.1 +docs/man/man1/ansible-doc.1 +docs/man/man1/ansible-galaxy.1 +docs/man/man1/ansible-playbook.1 +docs/man/man1/ansible-pull.1 +docs/man/man1/ansible-vault.1 docs/man/man3/* # Sublime stuff *.sublime-project |