[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20080813121242.1466551d@lappy.seanm.ca>
Date: Wed, 13 Aug 2008 12:12:42 -0400
From: Sean MacLennan <smaclennan@...atech.com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] vmlinux.strip should be ignored
A new output file vmlinux.strip is created, at least on the powerpc
arch, and should be ignored by git.
Cheers,
Sean
Signed-off-by: Sean MacLennan <smaclennan@...atech.com>
---
diff --git a/.gitignore b/.gitignore
index 869e1a3..f7e924a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -32,6 +32,7 @@
tags
TAGS
vmlinux
+vmlinux.strip
System.map
Module.markers
Module.symvers
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists