From: Alvaro Herrera Date: Tue, 9 Dec 2014 12:54:14 +0000 (-0300) Subject: pg_xlogdump/.gitignore: add committsdesc.c X-Git-Tag: jit-before-rebase-2017-11-03~6159 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=dcbfc00aba1ee4329fea20ad58e13a84848df993;p=users%2Fandresfreund%2Fpostgres.git pg_xlogdump/.gitignore: add committsdesc.c Author: Michael Paquier --- diff --git a/contrib/pg_xlogdump/.gitignore b/contrib/pg_xlogdump/.gitignore index 37974e07e4..16cf749ee4 100644 --- a/contrib/pg_xlogdump/.gitignore +++ b/contrib/pg_xlogdump/.gitignore @@ -2,6 +2,7 @@ # Source files copied from src/backend/access/ /brindesc.c /clogdesc.c +/committsdesc.c /dbasedesc.c /gindesc.c /gistdesc.c