mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-22 22:56:29 +00:00
Initial configure script
This commit is contained in:
39
.gitignore
vendored
Normal file
39
.gitignore
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
# 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
|
||||
/run_tests
|
||||
/config.log
|
||||
/config.status
|
||||
|
||||
# other
|
||||
/.lineno
|
||||
Reference in New Issue
Block a user