You've already forked pg_probackup
mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
Fix .gitignore. Add extra files to ignore, generated by Makefile
This commit is contained in:
+6
-1
@@ -19,7 +19,7 @@
|
|||||||
.deps
|
.deps
|
||||||
|
|
||||||
# Binaries
|
# Binaries
|
||||||
/pg_arman
|
/pg_probackup
|
||||||
|
|
||||||
# Generated by test suite
|
# Generated by test suite
|
||||||
/regression.diffs
|
/regression.diffs
|
||||||
@@ -29,4 +29,9 @@
|
|||||||
# Extra files
|
# Extra files
|
||||||
/datapagemap.c
|
/datapagemap.c
|
||||||
/datapagemap.h
|
/datapagemap.h
|
||||||
|
/logging.h
|
||||||
|
/receivelog.c
|
||||||
|
/receivelog.h
|
||||||
|
/streamutil.c
|
||||||
|
/streamutil.h
|
||||||
/xlogreader.c
|
/xlogreader.c
|
||||||
|
|||||||
Reference in New Issue
Block a user