mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
This brings the repmgr documentation build system in line with that used by the main PostgreSQL project, and removed the restriction that documentation must be built against PostgreSQL 9.6 or earlier. Main formatting changes are: - convert empty-element tags (mainly <xref/>) - put <indexterm> sections in the correct location - correct usage of various entities.
56 lines
584 B
Plaintext
56 lines
584 B
Plaintext
# Global excludes across all subdirectories - copied from postgres
|
|
*.o
|
|
*.so
|
|
*.so.[0-9]
|
|
*.so.[0-9].[0-9]
|
|
*.sl
|
|
*.sl.[0-9]
|
|
*.sl.[0-9].[0-9]
|
|
*.dylib
|
|
*.dll
|
|
*.a
|
|
*.mo
|
|
*.pot
|
|
objfiles.txt
|
|
.deps/
|
|
*.gcno
|
|
*.gcda
|
|
*.gcov
|
|
*.gcov.out
|
|
lcov.info
|
|
coverage/
|
|
*.vcproj
|
|
*.vcxproj
|
|
win32ver.rc
|
|
*.exe
|
|
lib*dll.def
|
|
lib*.pc
|
|
|
|
# autoconf output
|
|
/autom4te.cache/
|
|
|
|
# configure output
|
|
/Makefile
|
|
/Makefile.global
|
|
/config.log
|
|
/config.status
|
|
/config.h
|
|
/repmgr_version.h
|
|
|
|
# test output
|
|
/results/
|
|
/regression.diffs
|
|
/regression.out
|
|
|
|
# other
|
|
/.lineno
|
|
*.dSYM
|
|
*.orig
|
|
*.rej
|
|
|
|
# generated binaries
|
|
repmgr
|
|
repmgrd
|
|
repmgr4
|
|
repmgrd4
|