From: Mike Frysinger Date: Tue, 27 Apr 2010 18:15:34 +0000 (-0400) Subject: update include/asm/ gitignore after move X-Git-Tag: v2010.06-rc1~25 X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=commitdiff_plain;h=f745817e741e4251afbd9d5d7f04b2419f4aa9d9;ds=sidebyside update include/asm/ gitignore after move With the cpu include paths moved, the gitignore paths need updating. Signed-off-by: Mike Frysinger Tested-by: Tom Rix --- diff --git a/arch/.gitignore b/arch/.gitignore new file mode 100644 index 0000000000..a1fbe01d57 --- /dev/null +++ b/arch/.gitignore @@ -0,0 +1,2 @@ +/*/include/asm/arch +/*/include/asm/proc diff --git a/include/.gitignore b/include/.gitignore index 4481412022..77594e53ff 100644 --- a/include/.gitignore +++ b/include/.gitignore @@ -1,7 +1,5 @@ /autoconf.mk* /asm -/asm-*/arch -/asm-*/proc /bmp_logo.h /config.h /config.mk