diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2012-10-08 19:21:50 -0400 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2012-10-08 19:21:50 -0400 |
commit | dcee25c6db2be700fd613696c05a0577ff965b1e (patch) | |
tree | c4e47e13c2e0772f685674b8c18da5ef872aa8dc /.gitignore | |
parent | 3d66ca59f97bca12f09a5b142c825302258cefe7 (diff) | |
download | ansible-dcee25c6db2be700fd613696c05a0577ff965b1e.tar.gz |
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/* |