swh:1:snp:0e3d613e1ab0ba148ebff95cab63bdcf2d013520
Raw File
Tip revision: 158a0fb254578e93cec7a940c780426217b79343 authored by Tom Lane on 28 March 2016, 20:16:20 UTC
Stamp 9.1.21.
Tip revision: 158a0fb
.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