https://github.com/postgres/postgres
Raw File
Tip revision: 5b461f239eae2ad67f268e31ada7d79331b89652 authored by Tom Lane on 19 May 2015, 22:33:58 UTC
Last-minute updates for release notes.
Tip revision: 5b461f2
.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
win32ver.rc
*.exe
lib*dll.def

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