[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1377771788-16747-1-git-send-email-broonie@kernel.org>
Date: Thu, 29 Aug 2013 11:23:08 +0100
From: Mark Brown <broonie@...nel.org>
To: Steven Miao <realmz6@...il.com>
Cc: uclinux-dist-devel@...ckfin.uclinux.org,
linux-kernel@...r.kernel.org, Mark Brown <broonie@...aro.org>
Subject: [PATCH] blackfin: Ignore generated uImages
From: Mark Brown <broonie@...aro.org>
We have the build infrastructure to generate uImages so we should ignore
the resulting generated files.
Signed-off-by: Mark Brown <broonie@...aro.org>
Acked-by: Mike Frysinger <vapier@...too.org>
---
arch/blackfin/boot/.gitignore | 1 +
1 file changed, 1 insertion(+)
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*
--
1.8.4.rc3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists