ignore some files or directories produced when compiling with MSVC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@24082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Gilles Depeyrot
2003-10-04 11:58:09 +00:00
parent ed84706c90
commit d13445a69b
7 changed files with 18 additions and 1 deletions

View File

@@ -29,6 +29,8 @@ UnivRelease
UnivDebug
BaseRelease
BaseDebug
BaseReleaseDLL
BaseDebugDLL
robert
stamp-h.in
Makefile

View File

@@ -25,9 +25,13 @@ cdef*.res
ldef*.res
wx_*.rsrc
wxbase*.dll
wxbase*.lib
wxbase*.exp
wxbase*.ilk
wxbase*.map
wxmsw*.dll
wxmsw*.lib
wxmsw*.exp
wxmsw*.ilk
wxmsw*.map
.DS_Store

View File

@@ -10,5 +10,8 @@ makeprog.env
makelib.env
wxwindowsM*Data
wxwindowsM5.mcp
*.ncb
*.opt
*.plg
build
.DS_Store

View File

@@ -1,2 +1,4 @@
jpegM*Data
jpegM5.mcp
Debug
Release

View File

@@ -1,2 +1,4 @@
pngM*Data
pngM5.mcp
Debug
Release

View File

@@ -1,2 +1,4 @@
tiffM*Data
tiffM5.mcp
Debug
Release

View File

@@ -1,2 +1,4 @@
zlibM*Data
zlibM5.mcp
Debug
Release