https://github.com/postgres/postgres
Raw File
Tip revision: e0fb7a2ce39f25cbbbe50c95aebdab1ee3beff23 authored by Tom Lane on 06 August 2018, 20:13:40 UTC
Stamp 9.3.24.
Tip revision: e0fb7a2
.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