Missing msvcmaker .cvsignores 1

Ferenc Wagner wferi at afavant.elte.hu
Tue Dec 2 16:00:46 CST 2003


ChangeLog: Ignore the files created by msvcmaker.

Index: .cvsignore
===================================================================
RCS file: /home/wine/wine/.cvsignore,v
retrieving revision 1.5
diff -u -r1.5 .cvsignore
--- .cvsignore	22 May 2002 21:32:49 -0000	1.5
+++ .cvsignore	2 Dec 2003 21:46:20 -0000
@@ -4,3 +4,8 @@
 config.cache
 config.log
 config.status
+runtests.c
+wineruntests.dsp
+winetest.c
+winetest.dsp
+winetest.dsw
Index: dlls/advapi32/tests/.cvsignore
===================================================================
RCS file: /home/wine/wine/dlls/advapi32/tests/.cvsignore,v
retrieving revision 1.2
diff -u -r1.2 .cvsignore
--- dlls/advapi32/tests/.cvsignore	9 Aug 2002 01:22:40 -0000	1.2
+++ dlls/advapi32/tests/.cvsignore	2 Dec 2003 21:46:20 -0000
@@ -1,4 +1,5 @@
 Makefile
+advapi32_test.dsp
 advapi32_test.exe.spec.c
 registry.ok
 testlist.c
Index: dlls/comctl32/tests/.cvsignore
===================================================================
RCS file: /home/wine/wine/dlls/comctl32/tests/.cvsignore,v
retrieving revision 1.2
diff -u -r1.2 .cvsignore
--- dlls/comctl32/tests/.cvsignore	31 Oct 2003 00:06:42 -0000	1.2
+++ dlls/comctl32/tests/.cvsignore	2 Dec 2003 21:46:20 -0000
@@ -1,4 +1,5 @@
 Makefile
+comctl32_test.dsp
 comctl32_test.exe.spec.c
 dpa.ok
 tab.ok
Index: dlls/ddraw/tests/.cvsignore
===================================================================
RCS file: /home/wine/wine/dlls/ddraw/tests/.cvsignore,v
retrieving revision 1.1
diff -u -r1.1 .cvsignore
--- dlls/ddraw/tests/.cvsignore	18 Nov 2003 00:12:00 -0000	1.1
+++ dlls/ddraw/tests/.cvsignore	2 Dec 2003 21:46:20 -0000
@@ -1,4 +1,5 @@
 Makefile
+ddraw_test.dsp
 ddraw_test.exe.spec.c
 ddrawmodes.ok
 testlist.c
Index: dlls/dsound/tests/.cvsignore
===================================================================
RCS file: /home/wine/wine/dlls/dsound/tests/.cvsignore,v
retrieving revision 1.3
diff -u -r1.3 .cvsignore
--- dlls/dsound/tests/.cvsignore	27 Sep 2003 02:21:12 -0000	1.3
+++ dlls/dsound/tests/.cvsignore	2 Dec 2003 21:46:20 -0000
@@ -1,6 +1,7 @@
 Makefile
 capture.ok
 dsound.ok
+dsound_test.dsp
 dsound_test.exe.spec.c
 propset.ok
 testlist.c
Index: dlls/gdi/tests/.cvsignore
===================================================================
RCS file: /home/wine/wine/dlls/gdi/tests/.cvsignore,v
retrieving revision 1.1
diff -u -r1.1 .cvsignore
--- dlls/gdi/tests/.cvsignore	2 Oct 2002 19:58:28 -0000	1.1
+++ dlls/gdi/tests/.cvsignore	2 Dec 2003 21:46:20 -0000
@@ -1,4 +1,5 @@
 Makefile
+gdi32_test.dsp
 gdi32_test.exe.spec.c
 generated.ok
 testlist.c
Index: dlls/kernel/tests/.cvsignore
===================================================================
RCS file: /home/wine/wine/dlls/kernel/tests/.cvsignore,v
retrieving revision 1.21
diff -u -r1.21 .cvsignore
--- dlls/kernel/tests/.cvsignore	25 Nov 2003 01:02:02 -0000	1.21
+++ dlls/kernel/tests/.cvsignore	2 Dec 2003 21:46:20 -0000
@@ -11,6 +11,7 @@
 format_msg.ok
 generated.ok
 heap.ok
+kernel32_test.dsp
 kernel32_test.exe.spec.c
 locale.ok
 mailslot.ok
Index: dlls/msvcrt/tests/.cvsignore
===================================================================
RCS file: /home/wine/wine/dlls/msvcrt/tests/.cvsignore,v
retrieving revision 1.4
diff -u -r1.4 .cvsignore
--- dlls/msvcrt/tests/.cvsignore	20 Nov 2003 23:41:13 -0000	1.4
+++ dlls/msvcrt/tests/.cvsignore	2 Dec 2003 21:46:21 -0000
@@ -2,6 +2,7 @@
 cpp.ok
 file.ok
 heap.ok
+msvcrt_test.dsp
 msvcrt_test.exe.spec.c
 scanf.ok
 testlist.c
Index: dlls/netapi32/tests/.cvsignore
===================================================================
RCS file: /home/wine/wine/dlls/netapi32/tests/.cvsignore,v
retrieving revision 1.2
diff -u -r1.2 .cvsignore
--- dlls/netapi32/tests/.cvsignore	23 Sep 2002 20:36:51 -0000	1.2
+++ dlls/netapi32/tests/.cvsignore	2 Dec 2003 21:46:21 -0000
@@ -1,6 +1,7 @@
 Makefile
 access.ok
 apibuf.ok
+netapi32_test.dsp
 netapi32_test.exe.spec.c
 testlist.c
 wksta.ok
Index: dlls/ntdll/tests/.cvsignore
===================================================================
RCS file: /home/wine/wine/dlls/ntdll/tests/.cvsignore,v
retrieving revision 1.9
diff -u -r1.9 .cvsignore
--- dlls/ntdll/tests/.cvsignore	8 May 2003 03:47:24 -0000	1.9
+++ dlls/ntdll/tests/.cvsignore	2 Dec 2003 21:46:21 -0000
@@ -3,6 +3,7 @@
 error.ok
 generated.ok
 large_int.ok
+ntdll_test.dsp
 ntdll_test.exe.spec.c
 path.ok
 rtl.ok
Index: dlls/oleaut32/tests/.cvsignore
===================================================================
RCS file: /home/wine/wine/dlls/oleaut32/tests/.cvsignore,v
retrieving revision 1.5
diff -u -r1.5 .cvsignore
--- dlls/oleaut32/tests/.cvsignore	24 Jun 2003 19:21:20 -0000	1.5
+++ dlls/oleaut32/tests/.cvsignore	2 Dec 2003 21:46:21 -0000
@@ -1,4 +1,5 @@
 Makefile
+oleaut32_test.dsp
 oleaut32_test.exe.spec.c
 olefont.ok
 safearray.ok
Index: dlls/rpcrt4/tests/.cvsignore
===================================================================
RCS file: /home/wine/wine/dlls/rpcrt4/tests/.cvsignore,v
retrieving revision 1.1
diff -u -r1.1 .cvsignore
--- dlls/rpcrt4/tests/.cvsignore	7 Oct 2002 21:54:07 -0000	1.1
+++ dlls/rpcrt4/tests/.cvsignore	2 Dec 2003 21:46:21 -0000
@@ -1,4 +1,5 @@
 Makefile
 rpc.ok
+rpcrt4_test.dsp
 rpcrt4_test.exe.spec.c
 testlist.c
Index: dlls/shell32/tests/.cvsignore
===================================================================
RCS file: /home/wine/wine/dlls/shell32/tests/.cvsignore,v
retrieving revision 1.2
diff -u -r1.2 .cvsignore
--- dlls/shell32/tests/.cvsignore	12 Nov 2002 01:13:10 -0000	1.2
+++ dlls/shell32/tests/.cvsignore	2 Dec 2003 21:46:21 -0000
@@ -1,5 +1,6 @@
 Makefile
 generated.ok
+shell32_test.dsp
 shell32_test.exe.spec.c
 shlfileop.ok
 testlist.c
Index: dlls/shlwapi/tests/.cvsignore
===================================================================
RCS file: /home/wine/wine/dlls/shlwapi/tests/.cvsignore,v
retrieving revision 1.7
diff -u -r1.7 .cvsignore
--- dlls/shlwapi/tests/.cvsignore	1 Oct 2003 03:10:56 -0000	1.7
+++ dlls/shlwapi/tests/.cvsignore	2 Dec 2003 21:46:21 -0000
@@ -3,6 +3,7 @@
 clsid.ok
 generated.ok
 path.ok
+shlwapi_test.dsp
 shlwapi_test.exe.spec.c
 shreg.ok
 string.ok
Index: dlls/urlmon/tests/.cvsignore
===================================================================
RCS file: /home/wine/wine/dlls/urlmon/tests/.cvsignore,v
retrieving revision 1.1
diff -u -r1.1 .cvsignore
--- dlls/urlmon/tests/.cvsignore	12 Nov 2002 01:13:10 -0000	1.1
+++ dlls/urlmon/tests/.cvsignore	2 Dec 2003 21:46:21 -0000
@@ -1,4 +1,5 @@
 Makefile
 generated.ok
 testlist.c
+urlmon_test.dsp
 urlmon_test.exe.spec.c
Index: dlls/user/tests/.cvsignore
===================================================================
RCS file: /home/wine/wine/dlls/user/tests/.cvsignore,v
retrieving revision 1.10
diff -u -r1.10 .cvsignore
--- dlls/user/tests/.cvsignore	28 Oct 2003 00:18:40 -0000	1.10
+++ dlls/user/tests/.cvsignore	2 Dec 2003 21:46:21 -0000
@@ -6,6 +6,7 @@
 msg.ok
 sysparams.ok
 testlist.c
+user32_test.dsp
 user32_test.exe.spec.c
 win.ok
 wsprintf.ok
Index: dlls/wininet/tests/.cvsignore
===================================================================
RCS file: /home/wine/wine/dlls/wininet/tests/.cvsignore,v
retrieving revision 1.3
diff -u -r1.3 .cvsignore
--- dlls/wininet/tests/.cvsignore	12 Nov 2002 01:13:10 -0000	1.3
+++ dlls/wininet/tests/.cvsignore	2 Dec 2003 21:46:21 -0000
@@ -2,4 +2,5 @@
 generated.ok
 http.ok
 testlist.c
+wininet_test.dsp
 wininet_test.exe.spec.c
Index: dlls/winmm/tests/.cvsignore
===================================================================
RCS file: /home/wine/wine/dlls/winmm/tests/.cvsignore,v
retrieving revision 1.1
diff -u -r1.1 .cvsignore
--- dlls/winmm/tests/.cvsignore	4 Nov 2002 23:47:49 -0000	1.1
+++ dlls/winmm/tests/.cvsignore	2 Dec 2003 21:46:21 -0000
@@ -1,4 +1,5 @@
 Makefile
 testlist.c
 wave.ok
+winmm_test.dsp
 winmm_test.exe.spec.c
Index: dlls/winsock/tests/.cvsignore
===================================================================
RCS file: /home/wine/wine/dlls/winsock/tests/.cvsignore,v
retrieving revision 1.3
diff -u -r1.3 .cvsignore
--- dlls/winsock/tests/.cvsignore	9 Aug 2002 01:22:41 -0000	1.3
+++ dlls/winsock/tests/.cvsignore	2 Dec 2003 21:46:21 -0000
@@ -1,4 +1,5 @@
 Makefile
 sock.ok
 testlist.c
+ws2_32_test.dsp
 ws2_32_test.exe.spec.c
Index: dlls/winspool/tests/.cvsignore
===================================================================
RCS file: /home/wine/wine/dlls/winspool/tests/.cvsignore,v
retrieving revision 1.1
diff -u -r1.1 .cvsignore
--- dlls/winspool/tests/.cvsignore	15 Jan 2003 00:50:48 -0000	1.1
+++ dlls/winspool/tests/.cvsignore	2 Dec 2003 21:46:21 -0000
@@ -2,3 +2,4 @@
 info.ok
 testlist.c
 winspool.drv_test.exe.spec.c
+winspool_test.dsp



More information about the wine-patches mailing list