swh:1:snp:0e3d613e1ab0ba148ebff95cab63bdcf2d013520
Raw File
Tip revision: 4bf9119adf599dccccb7b1ad073606d0f28617d6 authored by Tom Lane on 11 February 2019, 21:24:38 UTC
Stamp 9.4.21.
Tip revision: 4bf9119
.gitignore
# Global excludes across all subdirectories
*.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

# Local excludes in root directory
/GNUmakefile
/config.cache
/config.log
/config.status
/pgsql.sln
/pgsql.sln.cache
/Debug/
/Release/
back to top