https://github.com/postgres/postgres
Raw File
Tip revision: f054f631a087fed80e7d570e89bed395859f2dc3 authored by Tom Lane on 23 February 2012, 22:56:26 UTC
Stamp 9.0.7.
Tip revision: f054f63
.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/

# Local excludes in root directory
/GNUmakefile
/config.log
/config.status
back to top