2009-12-30 12:07:42

by Florian Fainelli

[permalink] [raw]
Subject: [PATCH] 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 <[email protected]>
---
diff --git a/.gitignore b/.gitignore
index fb2190c..de6344e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,6 +37,7 @@ modules.builtin
tags
TAGS
vmlinux
+vmlinuz
System.map
Module.markers
Module.symvers