swh:1:snp:0e3d613e1ab0ba148ebff95cab63bdcf2d013520
Raw File
Tip revision: 69c026512f1141a92dca118768d858e59d76a994 authored by Tom Lane on 04 February 2013, 21:10:31 UTC
Stamp 9.1.8.
Tip revision: 69c0265
.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