From: andrej.skvortzov@gmail.com (Andrey Skvortsov)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm: vdso: .gitignore: ignore generated vdso.so.raw and vdsomunge
Date: Tue, 28 Apr 2015 23:32:00 +0300 [thread overview]
Message-ID: <1430253120-27568-1-git-send-email-andrej.skvortzov@gmail.com> (raw)
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
next reply other threads:[~2015-04-28 20:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-28 20:32 Andrey Skvortsov [this message]
2015-04-28 20:40 ` [PATCH] arm: vdso: .gitignore: ignore generated vdso.so.raw and vdsomunge Nathan Lynch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1430253120-27568-1-git-send-email-andrej.skvortzov@gmail.com \
--to=andrej.skvortzov@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).