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:
@@ -29,6 +29,8 @@ UnivRelease
|
||||
UnivDebug
|
||||
BaseRelease
|
||||
BaseDebug
|
||||
BaseReleaseDLL
|
||||
BaseDebugDLL
|
||||
robert
|
||||
stamp-h.in
|
||||
Makefile
|
||||
|
@@ -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
|
||||
|
@@ -10,5 +10,8 @@ makeprog.env
|
||||
makelib.env
|
||||
wxwindowsM*Data
|
||||
wxwindowsM5.mcp
|
||||
*.ncb
|
||||
*.opt
|
||||
*.plg
|
||||
build
|
||||
.DS_Store
|
||||
|
@@ -1,2 +1,4 @@
|
||||
jpegM*Data
|
||||
jpegM5.mcp
|
||||
Debug
|
||||
Release
|
||||
|
@@ -1,2 +1,4 @@
|
||||
pngM*Data
|
||||
pngM5.mcp
|
||||
Debug
|
||||
Release
|
||||
|
@@ -1,2 +1,4 @@
|
||||
tiffM*Data
|
||||
tiffM5.mcp
|
||||
Debug
|
||||
Release
|
@@ -1,2 +1,4 @@
|
||||
zlibM*Data
|
||||
zlibM5.mcp
|
||||
Debug
|
||||
Release
|
Reference in New Issue
Block a user