1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-12-12 11:45:24 +02:00
pg_probackup/.gitignore

60 lines
698 B
Plaintext
Raw Normal View History

2013-12-09 20:32:17 +03: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-09 20:32:17 +03:00
# Generated by test suite
/regression.diffs
/regression.out
/results
/env
/tests/__pycache__/
/tests/helpers/__pycache__/
/tests/tmp_dirs/
2017-05-03 13:14:48 +02:00
/tests/*pyc
2017-05-25 14:34:18 +02:00
/tests/helpers/*pyc
# Extra files
/src/pg_crc.c
2017-06-20 15:38:12 +02:00
/src/receivelog.c
/src/receivelog.h
/src/streamutil.c
/src/streamutil.h
/src/xlogreader.c
/src/walmethods.c
/src/walmethods.h
2020-04-22 22:36:20 +02:00
/src/instr_time.h
# Doc files
/doc/*html
2020-04-01 14:48:51 +02:00
# Docker files
/docker-compose.yml
/Dockerfile
/Dockerfile.in
/run_tests.sh
/make_dockerfile.sh
/backup_restore.sh
# Misc
.python-version
2020-10-28 22:10:45 +02:00
.vscode