From: Josef 'Jeff' Sipek Date: Sat, 19 Jan 2008 21:04:42 +0000 (-0500) Subject: arch: Ignore arch/i386 and arch/x86_64 X-Git-Tag: v2.6.24~38 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=488288d9f25fbab903bd264bc74f2fad3a7f7a09;p=pandora-kernel.git arch: Ignore arch/i386 and arch/x86_64 The i386 and x86_64 arch directories contain nothing but a generated symlink to arch/x86/boot/bzImage when a tree a built. Cc: Thomas Gleixner Cc: Ingo Molnar Cc: Peter Anvin Signed-off-by: Josef 'Jeff' Sipek Signed-off-by: Linus Torvalds --- diff --git a/arch/.gitignore b/arch/.gitignore new file mode 100644 index 000000000000..741468920320 --- /dev/null +++ b/arch/.gitignore @@ -0,0 +1,2 @@ +i386 +x86_64