diff options
Diffstat (limited to 'src/bin/pg_waldump/.gitignore')
-rw-r--r-- | src/bin/pg_waldump/.gitignore | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/bin/pg_waldump/.gitignore b/src/bin/pg_waldump/.gitignore new file mode 100644 index 0000000..3be00a8 --- /dev/null +++ b/src/bin/pg_waldump/.gitignore @@ -0,0 +1,28 @@ +/pg_waldump + +# Source files copied from src/backend/access/rmgrdesc/ +/brindesc.c +/clogdesc.c +/committsdesc.c +/dbasedesc.c +/genericdesc.c +/gindesc.c +/gistdesc.c +/hashdesc.c +/heapdesc.c +/logicalmsgdesc.c +/mxactdesc.c +/nbtdesc.c +/relmapdesc.c +/replorigindesc.c +/seqdesc.c +/smgrdesc.c +/spgdesc.c +/standbydesc.c +/tblspcdesc.c +/xactdesc.c +/xlogdesc.c +/xlogreader.c + +# Generated by test suite +/tmp_check/ |