All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: vdso: .gitignore: ignore generated vdso.so.raw and vdsomunge
@ 2015-04-28 20:32 ` Andrey Skvortsov
  0 siblings, 0 replies; 4+ messages in thread
From: Andrey Skvortsov @ 2015-04-28 20:32 UTC (permalink / raw)
  To: linux-arm-kernel

After kernel is built 'git status' reports:

 # Untracked files:
 #   (use "git add <file>..." to include in what will be committed)
 #
 #        arch/arm/vdso/vdso.so.raw
 #        arch/arm/vdso/vdsomunge

These files are created during build process and removed with 'make
clean'. This patch makes git to ignore them.

Signed-off-by: Andrey Skvortsov <andrej.skvortzov@gmail.com>
---
 arch/arm/vdso/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/vdso/.gitignore b/arch/arm/vdso/.gitignore
index f8b69d8..6b47f6e 100644
--- a/arch/arm/vdso/.gitignore
+++ b/arch/arm/vdso/.gitignore
@@ -1 +1,3 @@
 vdso.lds
+vdso.so.raw
+vdsomunge
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] arm: vdso: .gitignore: ignore generated vdso.so.raw and vdsomunge
@ 2015-04-28 20:32 ` Andrey Skvortsov
  0 siblings, 0 replies; 4+ messages in thread
From: Andrey Skvortsov @ 2015-04-28 20:32 UTC (permalink / raw)
  To: Russell King, Nathan Lynch, linux-arm-kernel, linux-kernel
  Cc: Andrey Skvortsov

After kernel is built 'git status' reports:

 # Untracked files:
 #   (use "git add <file>..." to include in what will be committed)
 #
 #        arch/arm/vdso/vdso.so.raw
 #        arch/arm/vdso/vdsomunge

These files are created during build process and removed with 'make
clean'. This patch makes git to ignore them.

Signed-off-by: Andrey Skvortsov <andrej.skvortzov@gmail.com>
---
 arch/arm/vdso/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/vdso/.gitignore b/arch/arm/vdso/.gitignore
index f8b69d8..6b47f6e 100644
--- a/arch/arm/vdso/.gitignore
+++ b/arch/arm/vdso/.gitignore
@@ -1 +1,3 @@
 vdso.lds
+vdso.so.raw
+vdsomunge
-- 
2.1.4


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] arm: vdso: .gitignore: ignore generated vdso.so.raw and vdsomunge
  2015-04-28 20:32 ` Andrey Skvortsov
@ 2015-04-28 20:40   ` Nathan Lynch
  -1 siblings, 0 replies; 4+ messages in thread
From: Nathan Lynch @ 2015-04-28 20:40 UTC (permalink / raw)
  To: linux-arm-kernel

On 04/28/2015 03:32 PM, Andrey Skvortsov wrote:
> After kernel is built 'git status' reports:
> 
>  # Untracked files:
>  #   (use "git add <file>..." to include in what will be committed)
>  #
>  #        arch/arm/vdso/vdso.so.raw
>  #        arch/arm/vdso/vdsomunge
> 
> These files are created during build process and removed with 'make
> clean'. This patch makes git to ignore them.

Thanks, but this should be fixed already by:

2b507a2d9c7f ARM: 8343/1: VDSO: add build artifacts to .gitignore

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] arm: vdso: .gitignore: ignore generated vdso.so.raw and vdsomunge
@ 2015-04-28 20:40   ` Nathan Lynch
  0 siblings, 0 replies; 4+ messages in thread
From: Nathan Lynch @ 2015-04-28 20:40 UTC (permalink / raw)
  To: Andrey Skvortsov; +Cc: Russell King, linux-arm-kernel, linux-kernel

On 04/28/2015 03:32 PM, Andrey Skvortsov wrote:
> After kernel is built 'git status' reports:
> 
>  # Untracked files:
>  #   (use "git add <file>..." to include in what will be committed)
>  #
>  #        arch/arm/vdso/vdso.so.raw
>  #        arch/arm/vdso/vdsomunge
> 
> These files are created during build process and removed with 'make
> clean'. This patch makes git to ignore them.

Thanks, but this should be fixed already by:

2b507a2d9c7f ARM: 8343/1: VDSO: add build artifacts to .gitignore


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-04-28 20:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-28 20:32 [PATCH] arm: vdso: .gitignore: ignore generated vdso.so.raw and vdsomunge Andrey Skvortsov
2015-04-28 20:32 ` Andrey Skvortsov
2015-04-28 20:40 ` Nathan Lynch
2015-04-28 20:40   ` Nathan Lynch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.