mirror of https://github.com/postgres/postgres
Add gitignore entries for Windows MSVC builds
This commit is contained in:
parent
001cbb145f
commit
63e9c5b71b
|
@ -17,8 +17,14 @@ objfiles.txt
|
|||
*.gcov
|
||||
*.gcov.out
|
||||
lcov.info
|
||||
*.vcproj
|
||||
win32ver.rc
|
||||
|
||||
# Local excludes in root directory
|
||||
/GNUmakefile
|
||||
/config.log
|
||||
/config.status
|
||||
/pgsql.sln
|
||||
/pgsql.sln.cache
|
||||
/Debug/
|
||||
/Release/
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/compatlib.def
|
||||
/libecpg_compatdll.def
|
||||
/libecpg_compatddll.def
|
||||
/blibecpg_compatdll.def
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/ecpglib.def
|
||||
/libecpgdll.def
|
||||
/libecpgddll.def
|
||||
/blibecpgdll.def
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
/pgtypeslib.def
|
||||
/libpgtypesdll.def
|
||||
/libpgtypesddll.def
|
||||
/blibpgtypesdll.def
|
||||
|
|
|
@ -17,3 +17,5 @@
|
|||
/ip.c
|
||||
/encnames.c
|
||||
/wchar.c
|
||||
/libpqdll.def
|
||||
/libpq.rc
|
||||
|
|
Loading…
Reference in New Issue