diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 18:26:24 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 18:26:24 -0400 |
commit | 2972f83be2388a3870e6db86e35d41e92dbf0dc7 (patch) | |
tree | 3b6fd7036e5f955b3c8af53884dcdfab1fed5dcf /doc/src | |
parent | b49092d9d081a3dff3b8a82a5e45d0164824d2b5 (diff) |
Fix documentation gitignore for pre-9.0 doc build methods.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/.gitignore | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/doc/src/sgml/.gitignore b/doc/src/sgml/.gitignore index 0930205befd..dbe5e7509d8 100644 --- a/doc/src/sgml/.gitignore +++ b/doc/src/sgml/.gitignore @@ -1,10 +1,24 @@ -/html -/html-stamp -/man1 -/man3 -/man7 -/man-stamp - +# Stuff shipped in tarballs +*.html +*.[1-9] +# Other popular build targets +/HISTORY +/INSTALL +/regress_README +/postgres-US.pdf +/postgres-A4.pdf +# GENERATED_SGML /features-supported.sgml /features-unsupported.sgml /version.sgml +/bookindex.sgml +/HTML.index +/HTML.index.start +# Assorted byproducts from building the above +/postgres.xml +/postgres-US.aux +/postgres-US.log +/postgres-US.out +/postgres-A4.aux +/postgres-A4.log +/postgres-A4.out |