Files
repmgr/.gitignore
2017-09-18 21:55:23 +09:00

51 lines
536 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/
# other
/.lineno
*.dSYM
# generated binaries
repmgr
repmgrd
repmgr4
repmgrd4