1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-03-17 21:18:00 +02:00

Fix .gitignore. Add extra files to ignore, generated by Makefile

This commit is contained in:
Artur Zakirov 2017-01-30 12:02:54 +03:00
parent b6b2402b49
commit ba54e494de

7
.gitignore vendored
View File

@ -19,7 +19,7 @@
.deps
# Binaries
/pg_arman
/pg_probackup
# Generated by test suite
/regression.diffs
@ -29,4 +29,9 @@
# Extra files
/datapagemap.c
/datapagemap.h
/logging.h
/receivelog.c
/receivelog.h
/streamutil.c
/streamutil.h
/xlogreader.c