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
|
2017-01-30 11:02:54 +02:00
|
|
|
/pg_probackup
|
2013-12-09 20:32:17 +03:00
|
|
|
|
|
|
|
# Generated by test suite
|
|
|
|
/regression.diffs
|
|
|
|
/regression.out
|
|
|
|
/results
|
2017-02-12 22:42:10 +02:00
|
|
|
/env
|
|
|
|
/tests/__pycache__/
|
|
|
|
/tests/tmp_dirs/
|
2016-01-15 16:47:38 +02:00
|
|
|
|
|
|
|
# Extra files
|
|
|
|
/datapagemap.c
|
|
|
|
/datapagemap.h
|
2017-01-30 11:02:54 +02:00
|
|
|
/logging.h
|
|
|
|
/receivelog.c
|
|
|
|
/receivelog.h
|
|
|
|
/streamutil.c
|
|
|
|
/streamutil.h
|
2016-01-15 16:47:38 +02:00
|
|
|
/xlogreader.c
|