https://github.com/postgres/postgres
Raw File
Tip revision: ec8e7d60bac23b1b9102798afc30078aca9076ae authored by Tom Lane on 07 May 2018, 20:59:47 UTC
Stamp 9.3.23.
Tip revision: ec8e7d6
.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
objfiles.txt
.deps/
*.gcno
*.gcda
*.gcov
*.gcov.out
lcov.info
*.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