diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2023-11-24 19:51:03 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2023-11-24 20:02:56 -0500 |
commit | 1a0796b9279b1cbbb3d1ede9b06d930d49e57a6c (patch) | |
tree | 40574011593f87f78a36c888586edb4b13f670b4 | |
parent | 344afc77690b4cef2605420d67c1d1ceb28760cc (diff) | |
download | postgresql-1a0796b9279b1cbbb3d1ede9b06d930d49e57a6c.tar.gz postgresql-1a0796b9279b1cbbb3d1ede9b06d930d49e57a6c.zip |
gitignore generated file targets-meson.sgml.
Oversight in 07cb29737.
-rw-r--r-- | doc/src/sgml/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/src/sgml/.gitignore b/doc/src/sgml/.gitignore index 1ccb72227e2..88a07d852e1 100644 --- a/doc/src/sgml/.gitignore +++ b/doc/src/sgml/.gitignore @@ -16,6 +16,7 @@ /features-unsupported.sgml /errcodes-table.sgml /keywords-table.sgml +/targets-meson.sgml /version.sgml /wait_event_types.sgml # Assorted byproducts from building the above |