From: Tom Lane Date: Tue, 26 Feb 2013 20:58:34 +0000 (-0500) Subject: Add missing .gitignore file. X-Git-Tag: REL9_3_BETA1~292 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=08f9728057a485edf5b3a589e70548e1f0da4e53;p=thirdparty%2Fpostgresql.git Add missing .gitignore file. --- diff --git a/contrib/pg_xlogdump/.gitignore b/contrib/pg_xlogdump/.gitignore new file mode 100644 index 00000000000..71f8531c403 --- /dev/null +++ b/contrib/pg_xlogdump/.gitignore @@ -0,0 +1,19 @@ +/pg_xlogdump +# Source files copied from src/backend/access/ +/clogdesc.c +/dbasedesc.c +/gindesc.c +/gistdesc.c +/hashdesc.c +/heapdesc.c +/mxactdesc.c +/nbtdesc.c +/relmapdesc.c +/seqdesc.c +/smgrdesc.c +/spgdesc.c +/standbydesc.c +/tblspcdesc.c +/xactdesc.c +/xlogdesc.c +/xlogreader.c