diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2023-04-07 23:32:49 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2023-04-07 23:32:49 -0400 |
commit | db6957bae8d7716785aa3748b25a9a4b7c3ff304 (patch) | |
tree | 8547f18de1d220f4b07ea2695cd2b4caf47f97c6 /src | |
parent | 2bfbad9c42207b4ba75cfce9901fa78f2c024b61 (diff) | |
download | postgresql-db6957bae8d7716785aa3748b25a9a4b7c3ff304.tar.gz postgresql-db6957bae8d7716785aa3748b25a9a4b7c3ff304.zip |
Add missing .gitignore entry.
Seems an oversight in 7d8219a44. Fix before somebody commits
a generated file.
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_waldump/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/pg_waldump/.gitignore b/src/bin/pg_waldump/.gitignore index dc6705f5b29..ec51f41c767 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 |