https://github.com/postgres/postgres
Raw File
Tip revision: 4c1f42f588917225db16f3a6de62411a51bf3037 authored by Andrew Dunstan on 05 February 2019, 20:16:55 UTC
Keep perl style checker happy
Tip revision: 4c1f42f
.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.cache
/config.log
/config.status
/pgsql.sln
/pgsql.sln.cache
/Debug/
/Release/
back to top