Skip to content

Commit 08f9728

Browse files
committed
Add missing .gitignore file.
1 parent 1418e6e commit 08f9728

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

contrib/pg_xlogdump/.gitignore

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/pg_xlogdump
2+
# Source files copied from src/backend/access/
3+
/clogdesc.c
4+
/dbasedesc.c
5+
/gindesc.c
6+
/gistdesc.c
7+
/hashdesc.c
8+
/heapdesc.c
9+
/mxactdesc.c
10+
/nbtdesc.c
11+
/relmapdesc.c
12+
/seqdesc.c
13+
/smgrdesc.c
14+
/spgdesc.c
15+
/standbydesc.c
16+
/tblspcdesc.c
17+
/xactdesc.c
18+
/xlogdesc.c
19+
/xlogreader.c

0 commit comments

Comments
 (0)