diff options
author | Rutger Nijlunsing <rutger@nospam.com> | 2006-11-26 15:08:38 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-12-04 04:41:29 -0500 |
commit | 06f2138e61d4f5dce82207236767e0759bbd45cc (patch) | |
tree | 3e5aa50e8d40f1f594636d25bf544da565b949e0 | |
parent | 143db67af02cecab28032ec3a52e586b1433fe70 (diff) |
[POWERPC] Add files build to .gitignore
Mostly taken from corresponding Makefile's make-clean rule.
Tested by (cross)compiling for $ARCH PPC and POWERPC and checking
output of git-status.
Signed-off-by: Rutger Nijlunsing <git-commit@tux.tmfweb.nl>
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r-- | arch/powerpc/.gitignore | 1 | ||||
-rw-r--r-- | arch/powerpc/boot/.gitignore | 8 | ||||
-rw-r--r-- | arch/ppc/.gitignore | 1 | ||||
-rw-r--r-- | arch/ppc/boot/images/.gitignore | 6 | ||||
-rw-r--r-- | arch/ppc/boot/lib/.gitignore | 3 | ||||
-rw-r--r-- | arch/ppc/boot/utils/.gitignore | 3 |
6 files changed, 21 insertions, 1 deletions
diff --git a/arch/powerpc/.gitignore b/arch/powerpc/.gitignore new file mode 100644 index 000000000000..a1a869c8c840 --- /dev/null +++ b/arch/powerpc/.gitignore | |||
@@ -0,0 +1 @@ | |||
include | |||
diff --git a/arch/powerpc/boot/.gitignore b/arch/powerpc/boot/.gitignore index 590e72f06d5e..0734b2fc1d95 100644 --- a/arch/powerpc/boot/.gitignore +++ b/arch/powerpc/boot/.gitignore | |||
@@ -19,9 +19,15 @@ kernel-vmlinux.strip.gz | |||
19 | mktree | 19 | mktree |
20 | uImage | 20 | uImage |
21 | zImage | 21 | zImage |
22 | zImage.vmode | 22 | zImage.chrp |
23 | zImage.coff | ||
23 | zImage.coff.lds | 24 | zImage.coff.lds |
24 | zImage.lds | 25 | zImage.lds |
26 | zImage.miboot | ||
27 | zImage.pmac | ||
28 | zImage.pseries | ||
29 | zImage.sandpoint | ||
30 | zImage.vmode | ||
25 | zconf.h | 31 | zconf.h |
26 | zlib.h | 32 | zlib.h |
27 | zutil.h | 33 | zutil.h |
diff --git a/arch/ppc/.gitignore b/arch/ppc/.gitignore new file mode 100644 index 000000000000..a1a869c8c840 --- /dev/null +++ b/arch/ppc/.gitignore | |||
@@ -0,0 +1 @@ | |||
include | |||
diff --git a/arch/ppc/boot/images/.gitignore b/arch/ppc/boot/images/.gitignore new file mode 100644 index 000000000000..21c2dc5b6b78 --- /dev/null +++ b/arch/ppc/boot/images/.gitignore | |||
@@ -0,0 +1,6 @@ | |||
1 | sImage | ||
2 | vmapus | ||
3 | vmlinux* | ||
4 | miboot* | ||
5 | zImage* | ||
6 | uImage | ||
diff --git a/arch/ppc/boot/lib/.gitignore b/arch/ppc/boot/lib/.gitignore new file mode 100644 index 000000000000..1629a6167755 --- /dev/null +++ b/arch/ppc/boot/lib/.gitignore | |||
@@ -0,0 +1,3 @@ | |||
1 | inffast.c | ||
2 | inflate.c | ||
3 | inftrees.c | ||
diff --git a/arch/ppc/boot/utils/.gitignore b/arch/ppc/boot/utils/.gitignore new file mode 100644 index 000000000000..bbdfb3b9c532 --- /dev/null +++ b/arch/ppc/boot/utils/.gitignore | |||
@@ -0,0 +1,3 @@ | |||
1 | mkprep | ||
2 | mkbugboot | ||
3 | mktree | ||