summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHung-Te Lin <hungte@chromium.org>2012-08-10 19:01:52 +0800
committerGerrit <chrome-bot@google.com>2012-08-10 11:18:52 -0700
commitc951eb8257862a3f85c8d23050cf3b617ce1e1c0 (patch)
treeba64f714c4535b311d9a87bbf50b3550d5722e63 /.gitignore
parent69742668297ac9e5e82f0dbb704a3714bd0cba62 (diff)
downloadvboot-c951eb8257862a3f85c8d23050cf3b617ce1e1c0.tar.gz
newbitmaps: Refine font and text generation.
The bmpblk build scripts used to rely on lots of pre-generated resources, and the HWID font data was fixed to x86 special size & scaling parameters. Since the screens now rely on more platform dependent parameters, this CL refined whole flow so fonts are now generated and processed (ex, re-scale) in the same way as other text messages. BUG=chrome-os-partner:11078 TEST=make # x86 and arm bitmaps both works. Change-Id: I59a4fb31718ef052c6b54cd4642f4fc487893f2b Reviewed-on: https://gerrit.chromium.org/gerrit/29873 Tested-by: Hung-Te Lin <hungte@chromium.org> Reviewed-by: Bill Richardson <wfrichar@chromium.org> Commit-Ready: Hung-Te Lin <hungte@chromium.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index b2f7a2ea..dde2e785 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,8 @@
/build-au
/build-main
ID
+scripts/newbitmaps/images/out_*
scripts/newbitmaps/lib/*.pyc
+scripts/newbitmaps/strings/font
scripts/newbitmaps/strings/localized_text/*/*.png
-scripts/newbitmaps/fonts/outdir
-scripts/newbitmaps/images/out_*
+scripts/newbitmaps/strings/*.png