diff options
author | Yang Tse <yangsita@gmail.com> | 2009-05-21 17:40:19 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-05-21 17:40:19 +0000 |
commit | 4c979aa44f63a55311e03bce942067375b67acef (patch) | |
tree | 90187a830f396c7a4f779b1a1e4b0ac86c796890 /ares/.cvsignore | |
parent | 274dc3ecac321d13b25289f7401b20681ceec194 (diff) |
Allow generation of .html and .pdf versions of c-ares man pages.
Diffstat (limited to 'ares/.cvsignore')
-rw-r--r-- | ares/.cvsignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ares/.cvsignore b/ares/.cvsignore index ab7a77b56..d37034eff 100644 --- a/ares/.cvsignore +++ b/ares/.cvsignore @@ -1,4 +1,6 @@ +*.html *.lo +*.pdf .deps .libs Makefile @@ -22,5 +24,6 @@ libcares.la libcares.pc libtool ltmain.sh +man3 missing stamp-h* |