Add missing .gitignore file.

pull/3/head
Tom Lane 13 years ago
parent 1418e6e07b
commit 08f9728057
  1. 19
      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
Loading…
Cancel
Save