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

38 lines
377 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
# Extra files
/datapagemap.c
/datapagemap.h
/logging.h
/receivelog.c
/receivelog.h
/streamutil.c
/streamutil.h
/xlogreader.c