1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2025-01-18 11:22:41 +02:00
pg_probackup/.gitignore

50 lines
585 B
Plaintext
Raw Normal View History

2013-12-10 02:32:17 +09:00
# Object files
*.o
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.app
# Dependencies
.deps
# Binaries
/pg_probackup
2013-12-10 02:32:17 +09:00
# Generated by test suite
/regression.diffs
/regression.out
/results
/env
/tests/__pycache__/
/tests/helpers/__pycache__/
/tests/tmp_dirs/
2017-05-03 14:14:48 +03:00
/tests/*pyc
2017-05-25 15:34:18 +03:00
/tests/helpers/*pyc
# Extra files
/src/pg_crc.c
2017-06-20 16:38:12 +03:00
/src/datapagemap.c
/src/datapagemap.h
/src/logging.h
/src/receivelog.c
/src/receivelog.h
/src/streamutil.c
/src/streamutil.h
/src/xlogreader.c
/src/walmethods.c
/src/walmethods.h
# Doc files
/doc/*html