We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f887652 commit 699474fCopy full SHA for 699474f
doc/src/sgml/.gitignore
@@ -1,10 +1,24 @@
1
-/html
2
-/html-stamp
3
-/man1
4
-/man3
5
-/man7
6
-/man-stamp
7
-
+# Stuff shipped in tarballs
+*.html
+*.[1-9]
+# Other popular build targets
+/HISTORY
+/INSTALL
+/regress_README
8
+/postgres-US.pdf
9
+/postgres-A4.pdf
10
+# GENERATED_SGML
11
/features-supported.sgml
12
/features-unsupported.sgml
13
/version.sgml
14
+/bookindex.sgml
15
+/HTML.index
16
+/HTML.index.start
17
+# Assorted byproducts from building the above
18
+/postgres.xml
19
+/postgres-US.aux
20
+/postgres-US.log
21
+/postgres-US.out
22
+/postgres-A4.aux
23
+/postgres-A4.log
24
+/postgres-A4.out
0 commit comments