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 | |
| parent | e1ccf97c5d7651664d37c0c5aa243874b8851b2d (diff) | |
| download | olio-uboot-2014.01-c9914404cd56963ef63c5fab171f22473e5a10b0.tar.xz olio-uboot-2014.01-c9914404cd56963ef63c5fab171f22473e5a10b0.zip | |
.gitignore: ignore generated u-boot.imx
Signed-off-by: Stefano Babic <sbabic@denx.de>
| -rw-r--r-- | .gitignore | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.gitignore b/.gitignore index e71f6ac47..8ec3d06c3 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 |