diff options
author | 2006-11-26 21:08:38 +0100 | |
---|---|---|
committer | 2006-12-04 20:41:29 +1100 | |
commit | 06f2138e61d4f5dce82207236767e0759bbd45cc (patch) | |
tree | 3e5aa50e8d40f1f594636d25bf544da565b949e0 /arch/ppc/boot/utils/.gitignore | |
parent | [POWERPC] Provide dummy hard_irq_enable/disable() for PPC32 (diff) | |
download | linux-dev-06f2138e61d4f5dce82207236767e0759bbd45cc.tar.xz linux-dev-06f2138e61d4f5dce82207236767e0759bbd45cc.zip |
[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>
Diffstat (limited to '')
-rw-r--r-- | arch/ppc/boot/utils/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ +mkprep +mkbugboot +mktree |