From: Tom Lane Date: Mon, 15 May 2017 19:48:23 +0000 (-0400) Subject: git-ignore intermediate files from new docs toolchain. X-Git-Tag: XL_10_R1BETA1~288^2~71 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=1aedcf98181602890ea8899202a7143543f9785a;p=postgres-xl.git git-ignore intermediate files from new docs toolchain. Building PDFs with the new toolchain creates *.fo temporary files. --- diff --git a/doc/src/sgml/.gitignore b/doc/src/sgml/.gitignore index a74513837f..a72b7ccb06 100644 --- a/doc/src/sgml/.gitignore +++ b/doc/src/sgml/.gitignore @@ -20,3 +20,5 @@ /postgres.xml /INSTALL.html /INSTALL.xml +/postgres-US.fo +/postgres-A4.fo