Initial configure script

This commit is contained in:
Ian Barwick
2017-04-18 09:39:01 +09:00
parent 1c99251ad1
commit 4a830b14b9
3 changed files with 1900 additions and 0 deletions

39
.gitignore vendored Normal file
View 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