8000
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 cc2c815 commit cb71efeCopy full SHA for cb71efe
doc/src/sgml/.gitignore
@@ -1,10 +1,32 @@
1
-/html
+# Stuff shipped in tarballs
2
+/html/
3
/html-stamp
-/man1
4
-/man3
5
-/man7
+/man1/
+/man3/
6
+/man7/
7
/man-stamp
-
8
+# Other popular build targets
9
+/HISTORY
10
+/INSTALL
11
+/regress_README
12
+/postgres-US.pdf
13
+/postgres-A4.pdf
14
+/postgres.html
15
+/postgres.txt
16
+# GENERATED_SGML
17
/features-supported.sgml
18
/features-unsupported.sgml
19
/version.sgml
20
+/bookindex.sgml
21
+/HTML.index
22
+# Assorted byproducts from building the above
23
+/postgres.xml
24
+/HISTORY.html
25
+/INSTALL.html
26
+/regress_README.html
27
+/postgres-US.aux
28
+/postgres-US.log
29
+/postgres-US.out
30
+/postgres-A4.aux
31
+/postgres-A4.log
32
+/postgres-A4.out
0 commit comments