projects
/
users
/
gsingh
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1418e6e
)
Add missing .gitignore file.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 26 Feb 2013 20:58:34 +0000
(15:58 -0500)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Tue, 26 Feb 2013 20:58:34 +0000
(15:58 -0500)
contrib/pg_xlogdump/.gitignore
[new file with mode: 0644]
patch
|
blob
diff --git a/contrib/pg_xlogdump/.gitignore
b/contrib/pg_xlogdump/.gitignore
new file mode 100644
(file)
index 0000000..
71f8531
--- /dev/null
+++ b/
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