From: nathan_lynch@mentor.com (Nathan Lynch)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: VDSO: add build artifacts to .gitignore
Date: Fri, 17 Apr 2015 16:27:03 -0500 [thread overview]
Message-ID: <1429306024-5253-2-git-send-email-nathan_lynch@mentor.com> (raw)
In-Reply-To: <1429306024-5253-1-git-send-email-nathan_lynch@mentor.com>
vdsomunge and vdso.so.raw are outputs that don't get matched by the
normal ignore rules.
Signed-off-by: Nathan Lynch <nathan_lynch@mentor.com>
---
arch/arm/vdso/.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arm/vdso/.gitignore b/arch/arm/vdso/.gitignore
index f8b69d84238e..6b47f6e0b032 100644
--- a/arch/arm/vdso/.gitignore
+++ b/arch/arm/vdso/.gitignore
@@ -1 +1,3 @@
vdso.lds
+vdso.so.raw
+vdsomunge
--
1.9.3
next prev parent reply other threads:[~2015-04-17 21:27 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-17 21:27 [PATCH 0/2] ARM: VDSO: minor fixes for 4.1 Nathan Lynch
2015-04-17 21:27 ` Nathan Lynch [this message]
2015-04-17 21:27 ` [PATCH 2/2] ARM: VDSO: honor CONFIG_VDSO in Makefile Nathan Lynch
2015-04-17 23:25 ` [PATCH 0/2] ARM: VDSO: minor fixes for 4.1 Russell King - ARM Linux
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=1429306024-5253-2-git-send-email-nathan_lynch@mentor.com \
--to=nathan_lynch@mentor.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).