summaryrefslogtreecommitdiff
path: root/tools/binman/.gitignore
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-11-25 20:15:51 -0700
committerSimon Glass <sjg@chromium.org>2016-12-20 08:09:55 +1300
commitbf7fd50b3ba56b53dc13a681d19c845be903c3e0 (patch)
treeb5f44c6c0ddc61fb68c243e5ed536064b168ec01 /tools/binman/.gitignore
parent0b4bc1b3ab1850fccbade3e6103f2036f6bdb364 (diff)
downloadu-boot-imx-bf7fd50b3ba56b53dc13a681d19c845be903c3e0.zip
u-boot-imx-bf7fd50b3ba56b53dc13a681d19c845be903c3e0.tar.gz
u-boot-imx-bf7fd50b3ba56b53dc13a681d19c845be903c3e0.tar.bz2
binman: Introduce binman, a tool for building binary images
This adds the basic code for binman, including command parsing, processing of entries and generation of images. So far no entry types are supported. These will be added in future commits as examples of how to add new types. See the README for documentation. Signed-off-by: Simon Glass <sjg@chromium.org> Tested-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'tools/binman/.gitignore')
-rw-r--r--tools/binman/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/binman/.gitignore b/tools/binman/.gitignore
new file mode 100644
index 0000000..0d20b64
--- /dev/null
+++ b/tools/binman/.gitignore
@@ -0,0 +1 @@
+*.pyc