Add missing .gitignore file.

This commit is contained in:
Tom Lane 2013-02-26 15:58:34 -05:00
parent 1418e6e07b
commit 08f9728057
1 changed files with 19 additions and 0 deletions

19
contrib/pg_xlogdump/.gitignore vendored Normal file
View File

@ -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