diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2012-10-09 01:21:50 +0200 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2012-10-09 01:21:50 +0200 |
commit | dcee25c6db2be700fd613696c05a0577ff965b1e (patch) | |
tree | c4e47e13c2e0772f685674b8c18da5ef872aa8dc /.gitignore | |
parent | Update changelog (diff) | |
download | ansible-dcee25c6db2be700fd613696c05a0577ff965b1e.tar.xz ansible-dcee25c6db2be700fd613696c05a0577ff965b1e.zip |
Update gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3fc174d9c1..dc7edbfe31 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ rpm-build .idea # Mac OS X stuff .DS_Store +# manpage build results (not all checked in) +docs/man/man3/* |