https://github.com/postgres/postgres
Raw File
Tip revision: 485e12fb090afbf4484108c68cc07764089399d1 authored by Tom Lane on 31 May 2012, 23:14:08 UTC
Stamp 8.3.19.
Tip revision: 485e12f
.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