commit | 08b67faa23fdd4df3f3f7bb06f0ad67b7366d11c | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@linaro.org> | Thu Aug 29 11:23:08 2013 +0100 |
committer | Steven Miao <realmz6@gmail.com> | Fri Sep 13 10:42:39 2013 +0800 |
tree | 6495199c6973d912d08de18a3f74e666a11ef94c | |
parent | 1d899fd652fac98bcbad1f1573f5a6a0224ea2dd [diff] [blame] |
blackfin: Ignore generated uImages We have the build infrastructure to generate uImages so we should ignore the resulting generated files. Signed-off-by: Mark Brown <broonie@linaro.org> Acked-by: Mike Frysinger <vapier@gentoo.org>
diff --git a/arch/blackfin/boot/.gitignore b/arch/blackfin/boot/.gitignore index 229e508..1287a54 100644 --- a/arch/blackfin/boot/.gitignore +++ b/arch/blackfin/boot/.gitignore
@@ -1,2 +1,3 @@ vmImage* vmlinux* +uImage*