2010-09-22 14:57:04 +04:00
|
|
|
# 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/
|
2011-03-08 23:10:00 +03:00
|
|
|
*.gcno
|
|
|
|
*.gcda
|
|
|
|
*.gcov
|
|
|
|
*.gcov.out
|
|
|
|
lcov.info
|
2011-04-19 21:04:41 +04:00
|
|
|
*.vcproj
|
2013-01-23 12:44:37 +04:00
|
|
|
*.vcxproj
|
2011-04-19 21:04:41 +04:00
|
|
|
win32ver.rc
|
2011-06-09 20:11:47 +04:00
|
|
|
*.exe
|
|
|
|
lib*dll.def
|
2010-09-22 14:57:04 +04:00
|
|
|
|
|
|
|
# Local excludes in root directory
|
|
|
|
/GNUmakefile
|
|
|
|
/config.log
|
|
|
|
/config.status
|
2011-04-19 21:04:41 +04:00
|
|
|
/pgsql.sln
|
|
|
|
/pgsql.sln.cache
|
|
|
|
/Debug/
|
|
|
|
/Release/
|