diff options
author | Robert Haas <rhaas@postgresql.org> | 2014-11-07 15:41:52 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2014-11-07 15:41:52 -0500 |
commit | 99e8f08fab6fb8a10cb5ef060b9e4973b671d27d (patch) | |
tree | a9ee0ab32e1dc87458b5e3a75198cc99e8d5b286 | |
parent | 0e892e04efdc92abf53260e0bb0092cc48060e22 (diff) | |
download | postgresql-99e8f08fab6fb8a10cb5ef060b9e4973b671d27d.tar.gz postgresql-99e8f08fab6fb8a10cb5ef060b9e4973b671d27d.zip |
Update pg_xlogdump's .gitignore for brindesc.c.
-rw-r--r-- | contrib/pg_xlogdump/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/pg_xlogdump/.gitignore b/contrib/pg_xlogdump/.gitignore index 71f8531c403..37974e07e41 100644 --- a/contrib/pg_xlogdump/.gitignore +++ b/contrib/pg_xlogdump/.gitignore @@ -1,5 +1,6 @@ /pg_xlogdump # Source files copied from src/backend/access/ +/brindesc.c /clogdesc.c /dbasedesc.c /gindesc.c |