linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [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
  0 siblings, 1 reply; 2+ 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] 2+ messages in thread

* [PATCH] arm: vdso: .gitignore: ignore generated vdso.so.raw and vdsomunge
  2015-04-28 20:32 [PATCH] arm: vdso: .gitignore: ignore generated vdso.so.raw and vdsomunge Andrey Skvortsov
@ 2015-04-28 20:40 ` Nathan Lynch
  0 siblings, 0 replies; 2+ 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] 2+ messages in thread

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

Thread overview: 2+ 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:40 ` Nathan Lynch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).