8000 Add missing .gitignore file. · postgrespro/postgres@08f9728 · GitHub
[go: up one dir, main page]

Skip to content

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 19 additions & 0 deletions
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)
0