mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-03 08:00:21 +08:00
64f890905f
This will hopefully be easier to use than pg_config for users who are already used to the pkg-config interface. It also works better for multi-arch installations. reviewed by Tom Lane
35 lines
378 B
Plaintext
35 lines
378 B
Plaintext
# 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.log
|
|
/config.status
|
|
/pgsql.sln
|
|
/pgsql.sln.cache
|
|
/Debug/
|
|
/Release/
|