summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorFlorian Fainelli2010-01-08 23:42:54 +0100
committerLinus Torvalds2010-01-11 18:34:05 +0100
commitf146aabfe921006b98dfa4a78506763aedfd3206 (patch)
treeffc0f70dc332d5fa7d0dfd4a4f613042c02d2a54 /.gitignore
parentkernel/signal.c: fix kernel information leak with print-fatal-signals=1 (diff)
downloadkernel-qcow2-linux-f146aabfe921006b98dfa4a78506763aedfd3206.tar.gz
kernel-qcow2-linux-f146aabfe921006b98dfa4a78506763aedfd3206.tar.xz
kernel-qcow2-linux-f146aabfe921006b98dfa4a78506763aedfd3206.zip
.gitignore: ignore vmlinuz
MIPS compressed kernels output a vmlinuz file in the top-level directory (maybe others do). Add vmlinuz to the list of files to ignore by git. Signed-off-by: Florian Fainelli <ffainelli@freebox.fr> Cc: Ralf Baechle <ralf@linux-mips.org> Cc: Maxime Bizon <mbizon@freebox.fr> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fb2190c61af0..de6344e15706 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,6 +37,7 @@ modules.builtin
tags
TAGS
vmlinux
+vmlinuz
System.map
Module.markers
Module.symvers