Ignore symlink files too (needed for git).
This commit is contained in:
parent
0ec7e1a591
commit
ec34a66612
|
@ -4,3 +4,4 @@ autom4te.cache
|
|||
config.cache
|
||||
config.log
|
||||
config.status
|
||||
wine
|
||||
|
|
|
@ -2,3 +2,17 @@ Makedll.rules
|
|||
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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
Makefile
|
||||
libwinspool.def
|
||||
libwinspool.drv.def
|
||||
winspool.res
|
||||
|
|
|
@ -1,2 +1,4 @@
|
|||
Makefile
|
||||
Makelib.rules
|
||||
libwine.so.1
|
||||
libwine_unicode.so.1
|
||||
|
|
|
@ -1 +1,4 @@
|
|||
Makefile
|
||||
aviinfo
|
||||
aviplay
|
||||
icinfo
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
Makefile
|
||||
clock
|
||||
rsrc.res
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
Makefile
|
||||
about.ico
|
||||
cmdlgr.res
|
||||
cmdlgtst
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
Makefile
|
||||
control
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
Makefile
|
||||
eject
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
Makefile
|
||||
expand
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
Makefile
|
||||
explorer
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
Makefile
|
||||
hh
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
Makefile
|
||||
msiexec
|
||||
version.res
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
Makefile
|
||||
notepad
|
||||
rsrc.res
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
Makefile
|
||||
progman
|
||||
rsrc.res
|
||||
|
|
|
@ -3,6 +3,7 @@ bin.ico
|
|||
computer.ico
|
||||
folder.ico
|
||||
folderopen.ico
|
||||
regedit
|
||||
regedit.ico
|
||||
rsrc.res
|
||||
string.ico
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
Makefile
|
||||
regsvr32
|
||||
regsvr32.res
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
Makefile
|
||||
rpcss
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
Makefile
|
||||
rundll32
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
Makefile
|
||||
rsrc.res
|
||||
start
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
Makefile
|
||||
font.bmp
|
||||
taskmgr
|
||||
taskmgr.ico
|
||||
taskmgr.res
|
||||
trayicon.bmp
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
Makefile
|
||||
rsrc.res
|
||||
uninstaller
|
||||
uninstaller.ico
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
Makefile
|
||||
view
|
||||
viewrc.res
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
Makefile
|
||||
wcmd
|
||||
wcmd.ico
|
||||
wcmdrc.res
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
Makefile
|
||||
wineboot
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
Makefile
|
||||
winebrowser
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
Makefile
|
||||
idb_wine.bmp
|
||||
winecfg
|
||||
winecfg.res
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
Makefile
|
||||
wineconsole
|
||||
wineconsole_res.res
|
||||
|
|
|
@ -2,4 +2,5 @@ Makefile
|
|||
dbg.tab.c
|
||||
dbg.tab.h
|
||||
lex.yy.c
|
||||
winedbg
|
||||
winedbg.man
|
||||
|
|
|
@ -3,4 +3,5 @@ drivebar.bmp
|
|||
images.bmp
|
||||
rsrc.res
|
||||
toolbar.bmp
|
||||
winefile
|
||||
winefile.ico
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
Makefile
|
||||
winemenubuilder
|
||||
|
|
|
@ -3,4 +3,5 @@ faces.bmp
|
|||
leds.bmp
|
||||
mines.bmp
|
||||
rsrc.res
|
||||
winemine
|
||||
winemine.ico
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
Makefile
|
||||
winepath
|
||||
|
|
|
@ -2,4 +2,5 @@ Makefile
|
|||
dist.res
|
||||
tests.rc
|
||||
wine.ico
|
||||
winetest
|
||||
winetest.res
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
Makefile
|
||||
winevdm
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
Makefile
|
||||
lex.yy.c
|
||||
rsrc.res
|
||||
winhelp
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
Makefile
|
||||
winver
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
Makefile
|
||||
winecpp
|
||||
wineg++
|
||||
winegcc
|
||||
winegcc.man
|
||||
|
|
Loading…
Reference in New Issue