summaryrefslogtreecommitdiff
path: root/rbutil/rbutil.cpp
diff options
context:
space:
mode:
authorChristi Scarborough <christi@coraline.org>2006-12-11 22:22:36 +0000
committerChristi Scarborough <christi@coraline.org>2006-12-11 22:22:36 +0000
commite6697099947df9206c79bc629516e31ede70c385 (patch)
treecab6123ede23d3fe6a44273d99145396c77569a9 /rbutil/rbutil.cpp
parent46eb5c6bcdbd25664501df47d7d798f3e63acd29 (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.cpp5
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);