提交 63e9c5b7 编写于 作者: P Peter Eisentraut

Add gitignore entries for Windows MSVC builds

上级 001cbb14
...@@ -17,8 +17,14 @@ objfiles.txt ...@@ -17,8 +17,14 @@ objfiles.txt
*.gcov *.gcov
*.gcov.out *.gcov.out
lcov.info lcov.info
*.vcproj
win32ver.rc
# Local excludes in root directory # Local excludes in root directory
/GNUmakefile /GNUmakefile
/config.log /config.log
/config.status /config.status
/pgsql.sln
/pgsql.sln.cache
/Debug/
/Release/
/compatlib.def
/libecpg_compatdll.def /libecpg_compatdll.def
/libecpg_compatddll.def /libecpg_compatddll.def
/blibecpg_compatdll.def /blibecpg_compatdll.def
......
/ecpglib.def
/libecpgdll.def /libecpgdll.def
/libecpgddll.def /libecpgddll.def
/blibecpgdll.def /blibecpgdll.def
......
/pgtypeslib.def
/libpgtypesdll.def /libpgtypesdll.def
/libpgtypesddll.def /libpgtypesddll.def
/blibpgtypesdll.def /blibpgtypesdll.def
......
...@@ -17,3 +17,5 @@ ...@@ -17,3 +17,5 @@
/ip.c /ip.c
/encnames.c /encnames.c
/wchar.c /wchar.c
/libpqdll.def
/libpq.rc
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册