1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-18 11:22:41 +02:00
pg_probackup/.gitignore
Konstantin Knizhnik be6a4e9bcb Remote backup works
2018-11-04 23:20:07 +03:00

45 lines
529 B
Plaintext

# Object files
*.o
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.app
# Dependencies
.deps
# Binaries
/pg_probackup
# Generated by test suite
/regression.diffs
/regression.out
/results
/env
/tests/__pycache__/
/tests/helpers/__pycache__/
/tests/tmp_dirs/
/tests/*pyc
/tests/helpers/*pyc
# Extra files
/src/pg_crc.c
/src/datapagemap.c
/src/datapagemap.h
/src/logging.h
/src/receivelog.c
/src/receivelog.hщщ
/src/streamutil.c
/src/streamutil.h
/src/xlogreader.c