]> granicus.if.org Git - postgresql/commitdiff
Add missing .gitignore file.
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 26 Feb 2013 20:58:34 +0000 (15:58 -0500)
committerTom 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]

diff --git a/contrib/pg_xlogdump/.gitignore b/contrib/pg_xlogdump/.gitignore
new file mode 100644 (file)
index 0000000..71f8531
--- /dev/null
@@ -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