From: Tom Lane Date: Sat, 8 Apr 2023 03:32:49 +0000 (-0400) Subject: Add missing .gitignore entry. X-Git-Url: http://git.postgresql.org/gitweb/-?a=commitdiff_plain;h=db6957bae8d7716785aa3748b25a9a4b7c3ff304;p=users%2Frhaas%2Fpostgres.git Add missing .gitignore entry. Seems an oversight in 7d8219a44. Fix before somebody commits a generated file. --- diff --git a/src/bin/pg_waldump/.gitignore b/src/bin/pg_waldump/.gitignore index dc6705f5b2..ec51f41c76 100644 --- a/src/bin/pg_waldump/.gitignore +++ b/src/bin/pg_waldump/.gitignore @@ -15,6 +15,7 @@ /nbtdesc.c /relmapdesc.c /replorigindesc.c +/rmgrdesc_utils.c /seqdesc.c /smgrdesc.c /spgdesc.c