diff mbox

powerpc: Ignore vmlinux.strip

Message ID 20090128145057.7ff2d12a@lappy.seanm.ca (mailing list archive)
State Not Applicable, archived
Delegated to: Benjamin Herrenschmidt
Headers show

Commit Message

Sean MacLennan Jan. 28, 2009, 7:50 p.m. UTC
Not sure if this is PPC specific or not. I use the following patch to
get a clean git status. Does nobody else see this file? Or am I missing
a step somewhere?

Cheers,
   Sean

Ignore the vmlinux.strip file.

Signed-off-by: Sean MacLennan <smaclennan@pikatech.com>

Comments

Benjamin Herrenschmidt Feb. 4, 2009, 3:42 a.m. UTC | #1
On Wed, 2009-01-28 at 14:50 -0500, Sean MacLennan wrote:
> Not sure if this is PPC specific or not. I use the following patch to
> get a clean git status. Does nobody else see this file? Or am I missing
> a step somewhere?

Looks good actually.

> Cheers,
>    Sean
> 
> Ignore the vmlinux.strip file.
> 
> Signed-off-by: Sean MacLennan <smaclennan@pikatech.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
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev
diff mbox

Patch

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