https://github.com/postgres/postgres
Raw File
Tip revision: 64c47e4542910ebbfb494bec3f8abf8733113394 authored by Tom Lane on 23 February 2012, 22:53:36 UTC
Stamp 9.1.3.
Tip revision: 64c47e4
.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