diff options
author | Yoichi Yuasa <yuasa@linux-mips.org> | 2009-12-18 21:14:19 +0900 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-01-12 18:19:38 +0100 |
commit | 9a3065c942d59afcc1b71bb75743d9f37fcc2954 (patch) | |
tree | 35e3866da513fbd25dd0604b6537880e3e6b4cd1 /arch | |
parent | 17f964e881e125917cbeea8eb82271cc68485a22 (diff) | |
download | linux-9a3065c942d59afcc1b71bb75743d9f37fcc2954.tar.bz2 |
MIPS: Ignore vmlinux.*
Signed-off-by: Yoichi Yuasa <yuasa@linux-mips.org>
Cc: linux-mips <linux-mips@linux-mips.org>
Patchwork: http://patchwork.linux-mips.org/patch/795/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/boot/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/boot/.gitignore b/arch/mips/boot/.gitignore index ba63401c6e10..4667a5f9280b 100644 --- a/arch/mips/boot/.gitignore +++ b/arch/mips/boot/.gitignore @@ -1,4 +1,5 @@ mkboot elf2ecoff +vmlinux.* zImage zImage.tmp |