From 245abf09bf8275a90716c6d904b872a2e41e7b13 Mon Sep 17 00:00:00 2001 From: Gilles Depeyrot Date: Mon, 26 May 2003 20:41:36 +0000 Subject: [PATCH] ignore dll build output directories git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- .cvsignore | 4 ++++ lib/.cvsignore | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/.cvsignore b/.cvsignore index 7097a7b65b..e377e98dc6 100644 --- a/.cvsignore +++ b/.cvsignore @@ -25,10 +25,14 @@ Release Debug ReleaseDLL DebugDLL +ReleaseUnicodeDLL +DebugUnicodeDLL UnivRelease UnivDebug BaseRelease BaseDebug +BaseReleaseDLL +BaseDebugDLL robert stamp-h.in Makefile diff --git a/lib/.cvsignore b/lib/.cvsignore index 0027491be2..cac21b5f6d 100644 --- a/lib/.cvsignore +++ b/lib/.cvsignore @@ -27,7 +27,14 @@ wx_*.rsrc wxbase*.dll wxbase*.exp wxbase*.ilk +wxbase*.lib wxmsw*.dll wxmsw*.exp wxmsw*.ilk +wxmsw*.lib +jpeg*.lib +png*.lib +regex*.lib +tiff*.lib +zlib*.lib .DS_Store -- 2.45.2