forked from postgrespro/pg_probackup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
67 lines (55 loc) · 845 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Object files
*.o
# Libraries
*.lib
*.a
# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib
# Executables
*.exe
*.app
# Dependencies
.deps
# Binaries
/pg_probackup
# Generated translated file
/po/ru.mo
# 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/receivelog.c
/src/receivelog.h
/src/streamutil.c
/src/streamutil.h
/src/xlogreader.c
/src/walmethods.c
/src/walmethods.h
/src/instr_time.h
# Doc files
/doc/*html
# Docker files
/docker-compose.yml
/Dockerfile
/Dockerfile.in
/make_dockerfile.sh
/backup_restore.sh
# Packaging
/build
/packaging/pkg/tarballs/pgpro.tar.bz2
/packaging/repo/pg_probackup
/packaging/repo/pg_probackup-forks
# Misc
.python-version
.vscode