Skip to content
Snippets Groups Projects
Commit 63e9c5b7 authored by Peter Eisentraut's avatar Peter Eisentraut
Browse files

Add gitignore entries for Windows MSVC builds

parent 001cbb14
No related branches found
No related tags found
No related merge requests found
......@@ -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/
/compatlib.def
/libecpg_compatdll.def
/libecpg_compatddll.def
/blibecpg_compatdll.def
......
/ecpglib.def
/libecpgdll.def
/libecpgddll.def
/blibecpgdll.def
......
/pgtypeslib.def
/libpgtypesdll.def
/libpgtypesddll.def
/blibpgtypesdll.def
......
......@@ -17,3 +17,5 @@
/ip.c
/encnames.c
/wchar.c
/libpqdll.def
/libpq.rc
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment