ignore dll build output directories
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20741 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
3fcea4b10b
commit
245abf09bf
2 changed files with 11 additions and 0 deletions
|
|
@ -25,10 +25,14 @@ Release
|
||||||
Debug
|
Debug
|
||||||
ReleaseDLL
|
ReleaseDLL
|
||||||
DebugDLL
|
DebugDLL
|
||||||
|
ReleaseUnicodeDLL
|
||||||
|
DebugUnicodeDLL
|
||||||
UnivRelease
|
UnivRelease
|
||||||
UnivDebug
|
UnivDebug
|
||||||
BaseRelease
|
BaseRelease
|
||||||
BaseDebug
|
BaseDebug
|
||||||
|
BaseReleaseDLL
|
||||||
|
BaseDebugDLL
|
||||||
robert
|
robert
|
||||||
stamp-h.in
|
stamp-h.in
|
||||||
Makefile
|
Makefile
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,14 @@ wx_*.rsrc
|
||||||
wxbase*.dll
|
wxbase*.dll
|
||||||
wxbase*.exp
|
wxbase*.exp
|
||||||
wxbase*.ilk
|
wxbase*.ilk
|
||||||
|
wxbase*.lib
|
||||||
wxmsw*.dll
|
wxmsw*.dll
|
||||||
wxmsw*.exp
|
wxmsw*.exp
|
||||||
wxmsw*.ilk
|
wxmsw*.ilk
|
||||||
|
wxmsw*.lib
|
||||||
|
jpeg*.lib
|
||||||
|
png*.lib
|
||||||
|
regex*.lib
|
||||||
|
tiff*.lib
|
||||||
|
zlib*.lib
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue