diff options
author | Christi Scarborough <christi@coraline.org> | 2006-12-11 22:22:36 +0000 |
---|---|---|
committer | Christi Scarborough <christi@coraline.org> | 2006-12-11 22:22:36 +0000 |
commit | e6697099947df9206c79bc629516e31ede70c385 (patch) | |
tree | cab6123ede23d3fe6a44273d99145396c77569a9 /rbutil/rbutil.cpp | |
parent | 46eb5c6bcdbd25664501df47d7d798f3e63acd29 (diff) |
Right. Fixed line feeds. archos.ico is binary. Added a couple more files rockbox leaves in the root to the list.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11727 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'rbutil/rbutil.cpp')
-rw-r--r-- | rbutil/rbutil.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rbutil/rbutil.cpp b/rbutil/rbutil.cpp index 8abd362a81..7591408022 100644 --- a/rbutil/rbutil.cpp +++ b/rbutil/rbutil.cpp @@ -36,7 +36,10 @@ wxDEFINE_SCOPED_PTR_TYPE(wxZipEntry); const wxChar* _rootmatch[] = { wxT("rockbox.*"), wxT("ajbrec.ajz"), - wxT("archos.mod") + wxT("archos.mod"), + wxT(".scrobbler.*"), + wxT("battery_bench.txt"), + wxT("battery.dummy"), }; const wxArrayString* rootmatch = new wxArrayString( (size_t) (sizeof(_rootmatch) / sizeof(wxChar*)), _rootmatch); |