From: Grant Likely Date: Wed, 1 Aug 2007 13:53:28 +0000 (+1000) Subject: [POWERPC] Only ignore arch/ppc/include, not arch/ppc/boot/include X-Git-Tag: v2.6.24-rc1~1450^2~375 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c05129bd8190fd702426f93f9fe0a00fa6cacb31;p=linux-2.6 [POWERPC] Only ignore arch/ppc/include, not arch/ppc/boot/include arch/ppc/.gitignore shouldn't exclude arch/ppc/boot/include, so this makes arch/ppc/.gitignore more specific. Signed-off-by: Paul Mackerras --- diff --git a/arch/ppc/.gitignore b/arch/ppc/.gitignore index a1a869c8c8..1e79a0ae44 100644 --- a/arch/ppc/.gitignore +++ b/arch/ppc/.gitignore @@ -1 +1 @@ -include +/include