summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2010-09-22 18:26:29 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2010-09-22 18:26:29 -0400
commit2e75e7082dd5098ce1af2dc34dacdbfddc4fc2d2 (patch)
treead52e959c9a183ddebc8984623b1e04267102447
parentf02f7c4c93d58d9eab226c29ceea2df52f62b58e (diff)
downloadpostgresql-2e75e7082dd5098ce1af2dc34dacdbfddc4fc2d2.tar.gz
Fix documentation gitignore for pre-9.0 doc build methods.
-rw-r--r--doc/src/sgml/.gitignore28
1 files changed, 21 insertions, 7 deletions
diff --git a/doc/src/sgml/.gitignore b/doc/src/sgml/.gitignore
index 0930205bef..dbe5e7509d 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