From 14f1a0d1f97b678f5800545c81b54c285a70c630 Mon Sep 17 00:00:00 2001 From: Rutger Nijlunsing Date: Sun, 26 Nov 2006 21:08:38 +0100 Subject: [PATCH] --- yaml --- r: 42322 b: refs/heads/master c: 06f2138e61d4f5dce82207236767e0759bbd45cc h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/powerpc/.gitignore | 1 + trunk/arch/powerpc/boot/.gitignore | 8 +++++++- trunk/arch/ppc/.gitignore | 1 + trunk/arch/ppc/boot/images/.gitignore | 6 ++++++ trunk/arch/ppc/boot/lib/.gitignore | 3 +++ trunk/arch/ppc/boot/utils/.gitignore | 3 +++ 7 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 trunk/arch/powerpc/.gitignore create mode 100644 trunk/arch/ppc/.gitignore create mode 100644 trunk/arch/ppc/boot/images/.gitignore create mode 100644 trunk/arch/ppc/boot/lib/.gitignore create mode 100644 trunk/arch/ppc/boot/utils/.gitignore diff --git a/[refs] b/[refs] index 5f353ace2ead..d05ce3309fb1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 143db67af02cecab28032ec3a52e586b1433fe70 +refs/heads/master: 06f2138e61d4f5dce82207236767e0759bbd45cc diff --git a/trunk/arch/powerpc/.gitignore b/trunk/arch/powerpc/.gitignore new file mode 100644 index 000000000000..a1a869c8c840 --- /dev/null +++ b/trunk/arch/powerpc/.gitignore @@ -0,0 +1 @@ +include diff --git a/trunk/arch/powerpc/boot/.gitignore b/trunk/arch/powerpc/boot/.gitignore index 590e72f06d5e..0734b2fc1d95 100644 --- a/trunk/arch/powerpc/boot/.gitignore +++ b/trunk/arch/powerpc/boot/.gitignore @@ -19,9 +19,15 @@ kernel-vmlinux.strip.gz mktree uImage zImage -zImage.vmode +zImage.chrp +zImage.coff zImage.coff.lds zImage.lds +zImage.miboot +zImage.pmac +zImage.pseries +zImage.sandpoint +zImage.vmode zconf.h zlib.h zutil.h diff --git a/trunk/arch/ppc/.gitignore b/trunk/arch/ppc/.gitignore new file mode 100644 index 000000000000..a1a869c8c840 --- /dev/null +++ b/trunk/arch/ppc/.gitignore @@ -0,0 +1 @@ +include diff --git a/trunk/arch/ppc/boot/images/.gitignore b/trunk/arch/ppc/boot/images/.gitignore new file mode 100644 index 000000000000..21c2dc5b6b78 --- /dev/null +++ b/trunk/arch/ppc/boot/images/.gitignore @@ -0,0 +1,6 @@ +sImage +vmapus +vmlinux* +miboot* +zImage* +uImage diff --git a/trunk/arch/ppc/boot/lib/.gitignore b/trunk/arch/ppc/boot/lib/.gitignore new file mode 100644 index 000000000000..1629a6167755 --- /dev/null +++ b/trunk/arch/ppc/boot/lib/.gitignore @@ -0,0 +1,3 @@ +inffast.c +inflate.c +inftrees.c diff --git a/trunk/arch/ppc/boot/utils/.gitignore b/trunk/arch/ppc/boot/utils/.gitignore new file mode 100644 index 000000000000..bbdfb3b9c532 --- /dev/null +++ b/trunk/arch/ppc/boot/utils/.gitignore @@ -0,0 +1,3 @@ +mkprep +mkbugboot +mktree