From: Mark Rutland Date: Wed, 26 Feb 2014 16:21:26 +0000 (+0100) Subject: ARM: 7992/1: boot: compressed: ignore bswapsdi2.S X-Git-Tag: v3.14-rc6~17^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38e0b088d322e5762ac21fb4df433e83faf128eb;p=pandora-kernel.git ARM: 7992/1: boot: compressed: ignore bswapsdi2.S Commit 017f161a55b4 (ARM: 7877/1: use built-in byte swap function) added bswapsdi2.{o,S} to arch/arm/boot/compressed/Makefile, but didn't update the .gitignore. Thus after a a build git status shows bswapsdi2.S as a new file, which is a little annoying. This patch updates arch/arm/boot/compressed/.gitignore to ignore bswapsdi2.S, as we already do for ashldi3.S and others. Signed-off-by: Mark Rutland Acked-by: Nicolas Pitre Acked-by: Kim Phillips Cc: David Woodhouse Signed-off-by: Russell King --- Reading git-diff-tree failed