From: Tom Lane Date: Wed, 22 Sep 2010 22:08:53 +0000 (-0400) Subject: Add assorted other documentation build targets to documentation gitignore. X-Git-Tag: REL9_0_1~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3a838bb761cdddf4a90cb62e2e585b82205d13c;p=postgresql Add assorted other documentation build targets to documentation gitignore. --- diff --git a/doc/src/sgml/.gitignore b/doc/src/sgml/.gitignore index 0930205bef..62a38d2183 100644 --- a/doc/src/sgml/.gitignore +++ b/doc/src/sgml/.gitignore @@ -1,10 +1,32 @@ -/html +# Stuff shipped in tarballs +/html/ /html-stamp -/man1 -/man3 -/man7 +/man1/ +/man3/ +/man7/ /man-stamp - +# Other popular build targets +/HISTORY +/INSTALL +/regress_README +/postgres-US.pdf +/postgres-A4.pdf +/postgres.html +/postgres.txt +# GENERATED_SGML /features-supported.sgml /features-unsupported.sgml /version.sgml +/bookindex.sgml +/HTML.index +# Assorted byproducts from building the above +/postgres.xml +/HISTORY.html +/INSTALL.html +/regress_README.html +/postgres-US.aux +/postgres-US.log +/postgres-US.out +/postgres-A4.aux +/postgres-A4.log +/postgres-A4.out