diff options
author | Tom Lane | 2010-09-22 22:26:33 +0000 |
---|---|---|
committer | Tom Lane | 2010-09-22 22:26:33 +0000 |
commit | 699474f20b31d4706d11ed10192e93f4b2ae0541 (patch) | |
tree | 9d3904787722d6104c9e797e38eaf531ef0ca59a | |
parent | f887652dbd65d508b63b2205eb18d04d46b1b346 (diff) |
Fix documentation gitignore for pre-9.0 doc build methods.
-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 |