diff options
author | Stefano Babic <sbabic@denx.de> | 2010-12-28 10:23:27 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-01-17 21:11:06 +0100 |
commit | c9914404cd56963ef63c5fab171f22473e5a10b0 (patch) | |
tree | acfde8d1ab4db5cc551ce0641baba983b5d33c6a /.gitignore | |
parent | e1ccf97c5d7651664d37c0c5aa243874b8851b2d (diff) |
.gitignore: ignore generated u-boot.imx
Signed-off-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index e71f6ac474d..8ec3d06c3ee 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ /System.map /u-boot /u-boot.hex +/u-boot.imx /u-boot.map /u-boot.bin /u-boot.srec |