diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2007-08-01 09:53:28 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-08-16 21:01:51 -0400 |
commit | c05129bd8190fd702426f93f9fe0a00fa6cacb31 (patch) | |
tree | 21a52bcf174f33ba30e3d05aa7b7c03cce8868e8 /arch/ppc | |
parent | 33567a023e734b640c27fc9cc4e7c6b45987b083 (diff) |
[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 <paulus@samba.org>
Diffstat (limited to 'arch/ppc')
-rw-r--r-- | arch/ppc/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/.gitignore b/arch/ppc/.gitignore index a1a869c8c840..1e79a0ae4473 100644 --- a/arch/ppc/.gitignore +++ b/arch/ppc/.gitignore | |||
@@ -1 +1 @@ | |||
include | /include | ||