diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 18:08:53 -0400 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-09-22 18:08:53 -0400 |
| commit | f3a838bb761cdddf4a90cb62e2e585b82205d13c (patch) | |
| tree | fae6450497ca5a01ca3c9319e96071e47f429789 | |
| parent | 8d0b5d8971d66f331737dab401c19a7e8ddae71c (diff) | |
Add assorted other documentation build targets to documentation gitignore.
| -rw-r--r-- | doc/src/sgml/.gitignore | 32 |
1 files changed, 27 insertions, 5 deletions
diff --git a/doc/src/sgml/.gitignore b/doc/src/sgml/.gitignore index 0930205befd..62a38d2183d 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 |
