Ignore symlink files too (needed for git).
diff --git a/.gitignore b/.gitignore
index bae1588..38068e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
config.cache
config.log
config.status
+wine
diff --git a/dlls/.gitignore b/dlls/.gitignore
index 60ef89a..0f030af1 100644
--- a/dlls/.gitignore
+++ b/dlls/.gitignore
@@ -2,3 +2,17 @@
Makefile
Makeimplib.rules
Maketest.rules
+libcomdlg32.def
+libctl3d32.def
+libgdi32.def
+libkernel32.def
+liblz32.def
+libmsacm32.def
+libmsvfw32.def
+libolecli32.def
+libolesvr32.def
+libuser32.def
+libw32skrnl.def
+libwinnls32.def
+libwnaspi32.def
+libws2_32.def
diff --git a/dlls/winspool/.gitignore b/dlls/winspool/.gitignore
index 29fa4c2..40d8e4d 100644
--- a/dlls/winspool/.gitignore
+++ b/dlls/winspool/.gitignore
@@ -1,3 +1,4 @@
Makefile
+libwinspool.def
libwinspool.drv.def
winspool.res
diff --git a/libs/.gitignore b/libs/.gitignore
index a7a1682..616ce00 100644
--- a/libs/.gitignore
+++ b/libs/.gitignore
@@ -1,2 +1,4 @@
Makefile
Makelib.rules
+libwine.so.1
+libwine_unicode.so.1
diff --git a/programs/avitools/.gitignore b/programs/avitools/.gitignore
index f3c7a7c..8eb502f 100644
--- a/programs/avitools/.gitignore
+++ b/programs/avitools/.gitignore
@@ -1 +1,4 @@
Makefile
+aviinfo
+aviplay
+icinfo
diff --git a/programs/clock/.gitignore b/programs/clock/.gitignore
index 581860b..89e4ba8 100644
--- a/programs/clock/.gitignore
+++ b/programs/clock/.gitignore
@@ -1,2 +1,3 @@
Makefile
+clock
rsrc.res
diff --git a/programs/cmdlgtst/.gitignore b/programs/cmdlgtst/.gitignore
index e4fd8fd..6d8395a 100644
--- a/programs/cmdlgtst/.gitignore
+++ b/programs/cmdlgtst/.gitignore
@@ -1,3 +1,4 @@
Makefile
about.ico
cmdlgr.res
+cmdlgtst
diff --git a/programs/control/.gitignore b/programs/control/.gitignore
index f3c7a7c..b1e4051 100644
--- a/programs/control/.gitignore
+++ b/programs/control/.gitignore
@@ -1 +1,2 @@
Makefile
+control
diff --git a/programs/eject/.gitignore b/programs/eject/.gitignore
index f3c7a7c..6b34f9b 100644
--- a/programs/eject/.gitignore
+++ b/programs/eject/.gitignore
@@ -1 +1,2 @@
Makefile
+eject
diff --git a/programs/expand/.gitignore b/programs/expand/.gitignore
index f3c7a7c..a3ff10a 100644
--- a/programs/expand/.gitignore
+++ b/programs/expand/.gitignore
@@ -1 +1,2 @@
Makefile
+expand
diff --git a/programs/explorer/.gitignore b/programs/explorer/.gitignore
index f3c7a7c..11ee351 100644
--- a/programs/explorer/.gitignore
+++ b/programs/explorer/.gitignore
@@ -1 +1,2 @@
Makefile
+explorer
diff --git a/programs/hh/.gitignore b/programs/hh/.gitignore
index f3c7a7c..6632942 100644
--- a/programs/hh/.gitignore
+++ b/programs/hh/.gitignore
@@ -1 +1,2 @@
Makefile
+hh
diff --git a/programs/msiexec/.gitignore b/programs/msiexec/.gitignore
index 1bd3fb9..d6f8e42 100644
--- a/programs/msiexec/.gitignore
+++ b/programs/msiexec/.gitignore
@@ -1,2 +1,3 @@
Makefile
+msiexec
version.res
diff --git a/programs/notepad/.gitignore b/programs/notepad/.gitignore
index 581860b..006543e 100644
--- a/programs/notepad/.gitignore
+++ b/programs/notepad/.gitignore
@@ -1,2 +1,3 @@
Makefile
+notepad
rsrc.res
diff --git a/programs/progman/.gitignore b/programs/progman/.gitignore
index 581860b..26cd371 100644
--- a/programs/progman/.gitignore
+++ b/programs/progman/.gitignore
@@ -1,2 +1,3 @@
Makefile
+progman
rsrc.res
diff --git a/programs/regedit/.gitignore b/programs/regedit/.gitignore
index 98b14cb..571de01 100644
--- a/programs/regedit/.gitignore
+++ b/programs/regedit/.gitignore
@@ -3,6 +3,7 @@
computer.ico
folder.ico
folderopen.ico
+regedit
regedit.ico
rsrc.res
string.ico
diff --git a/programs/regsvr32/.gitignore b/programs/regsvr32/.gitignore
index af1c7de..774983c 100644
--- a/programs/regsvr32/.gitignore
+++ b/programs/regsvr32/.gitignore
@@ -1,2 +1,3 @@
Makefile
+regsvr32
regsvr32.res
diff --git a/programs/rpcss/.gitignore b/programs/rpcss/.gitignore
index f3c7a7c..b782bf1 100644
--- a/programs/rpcss/.gitignore
+++ b/programs/rpcss/.gitignore
@@ -1 +1,2 @@
Makefile
+rpcss
diff --git a/programs/rundll32/.gitignore b/programs/rundll32/.gitignore
index f3c7a7c..6f68141 100644
--- a/programs/rundll32/.gitignore
+++ b/programs/rundll32/.gitignore
@@ -1 +1,2 @@
Makefile
+rundll32
diff --git a/programs/start/.gitignore b/programs/start/.gitignore
index 581860b..8b7762b 100644
--- a/programs/start/.gitignore
+++ b/programs/start/.gitignore
@@ -1,2 +1,3 @@
Makefile
rsrc.res
+start
diff --git a/programs/taskmgr/.gitignore b/programs/taskmgr/.gitignore
index 06eb4c7..bf36181 100644
--- a/programs/taskmgr/.gitignore
+++ b/programs/taskmgr/.gitignore
@@ -1,5 +1,6 @@
Makefile
font.bmp
+taskmgr
taskmgr.ico
taskmgr.res
trayicon.bmp
diff --git a/programs/uninstaller/.gitignore b/programs/uninstaller/.gitignore
index eebc884..8396e3f 100644
--- a/programs/uninstaller/.gitignore
+++ b/programs/uninstaller/.gitignore
@@ -1,3 +1,4 @@
Makefile
rsrc.res
+uninstaller
uninstaller.ico
diff --git a/programs/view/.gitignore b/programs/view/.gitignore
index 6ed727e..05f4ce7 100644
--- a/programs/view/.gitignore
+++ b/programs/view/.gitignore
@@ -1,2 +1,3 @@
Makefile
+view
viewrc.res
diff --git a/programs/wcmd/.gitignore b/programs/wcmd/.gitignore
index c07daed..42f7252 100644
--- a/programs/wcmd/.gitignore
+++ b/programs/wcmd/.gitignore
@@ -1,3 +1,4 @@
Makefile
+wcmd
wcmd.ico
wcmdrc.res
diff --git a/programs/wineboot/.gitignore b/programs/wineboot/.gitignore
index f3c7a7c..99c3bcb 100644
--- a/programs/wineboot/.gitignore
+++ b/programs/wineboot/.gitignore
@@ -1 +1,2 @@
Makefile
+wineboot
diff --git a/programs/winebrowser/.gitignore b/programs/winebrowser/.gitignore
index f3c7a7c..0401b6b 100644
--- a/programs/winebrowser/.gitignore
+++ b/programs/winebrowser/.gitignore
@@ -1 +1,2 @@
Makefile
+winebrowser
diff --git a/programs/winecfg/.gitignore b/programs/winecfg/.gitignore
index 23e3e1a..6cea06e 100644
--- a/programs/winecfg/.gitignore
+++ b/programs/winecfg/.gitignore
@@ -1,3 +1,4 @@
Makefile
idb_wine.bmp
+winecfg
winecfg.res
diff --git a/programs/wineconsole/.gitignore b/programs/wineconsole/.gitignore
index 2627ea5..539bab9 100644
--- a/programs/wineconsole/.gitignore
+++ b/programs/wineconsole/.gitignore
@@ -1,2 +1,3 @@
Makefile
+wineconsole
wineconsole_res.res
diff --git a/programs/winedbg/.gitignore b/programs/winedbg/.gitignore
index 6bef64d..d400a82 100644
--- a/programs/winedbg/.gitignore
+++ b/programs/winedbg/.gitignore
@@ -2,4 +2,5 @@
dbg.tab.c
dbg.tab.h
lex.yy.c
+winedbg
winedbg.man
diff --git a/programs/winefile/.gitignore b/programs/winefile/.gitignore
index 82fdde8..feeaba6 100644
--- a/programs/winefile/.gitignore
+++ b/programs/winefile/.gitignore
@@ -3,4 +3,5 @@
images.bmp
rsrc.res
toolbar.bmp
+winefile
winefile.ico
diff --git a/programs/winemenubuilder/.gitignore b/programs/winemenubuilder/.gitignore
index f3c7a7c..38b48af 100644
--- a/programs/winemenubuilder/.gitignore
+++ b/programs/winemenubuilder/.gitignore
@@ -1 +1,2 @@
Makefile
+winemenubuilder
diff --git a/programs/winemine/.gitignore b/programs/winemine/.gitignore
index 93765db..029e575 100644
--- a/programs/winemine/.gitignore
+++ b/programs/winemine/.gitignore
@@ -3,4 +3,5 @@
leds.bmp
mines.bmp
rsrc.res
+winemine
winemine.ico
diff --git a/programs/winepath/.gitignore b/programs/winepath/.gitignore
index f3c7a7c..d8aa7a5 100644
--- a/programs/winepath/.gitignore
+++ b/programs/winepath/.gitignore
@@ -1 +1,2 @@
Makefile
+winepath
diff --git a/programs/winetest/.gitignore b/programs/winetest/.gitignore
index 2322a8d..916708a 100644
--- a/programs/winetest/.gitignore
+++ b/programs/winetest/.gitignore
@@ -2,4 +2,5 @@
dist.res
tests.rc
wine.ico
+winetest
winetest.res
diff --git a/programs/winevdm/.gitignore b/programs/winevdm/.gitignore
index f3c7a7c..397a3bb 100644
--- a/programs/winevdm/.gitignore
+++ b/programs/winevdm/.gitignore
@@ -1 +1,2 @@
Makefile
+winevdm
diff --git a/programs/winhelp/.gitignore b/programs/winhelp/.gitignore
index f73d6fe..a0f58b5 100644
--- a/programs/winhelp/.gitignore
+++ b/programs/winhelp/.gitignore
@@ -1,3 +1,4 @@
Makefile
lex.yy.c
rsrc.res
+winhelp
diff --git a/programs/winver/.gitignore b/programs/winver/.gitignore
index f3c7a7c..f5ac340 100644
--- a/programs/winver/.gitignore
+++ b/programs/winver/.gitignore
@@ -1 +1,2 @@
Makefile
+winver
diff --git a/tools/winegcc/.gitignore b/tools/winegcc/.gitignore
index 871be76..fa27c6c 100644
--- a/tools/winegcc/.gitignore
+++ b/tools/winegcc/.gitignore
@@ -1,3 +1,5 @@
Makefile
+winecpp
+wineg++
winegcc
winegcc.man