linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Progyan Bhattacharya <bprogyan@gmail.com>
To: linux-arch@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] x86/build: Add arch/x86/tools/insn_decoder_test to gitignore
Date: Sun,  4 Feb 2018 11:24:17 +0530	[thread overview]
Message-ID: <20180204055417.5386-1-progyanb@acm.org> (raw)
In-Reply-To: <20180203124754.4314-1-progyanb@acm.org>

The file was generated by make command and should not be in source tree

Signed-off-by: Progyan Bhattacharya <progyanb@acm.org>
---
 arch/x86/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/.gitignore b/arch/x86/.gitignore
index aff152c87cf4..5a82bac5e0bc 100644
--- a/arch/x86/.gitignore
+++ b/arch/x86/.gitignore
@@ -1,6 +1,7 @@
 boot/compressed/vmlinux
 tools/test_get_len
 tools/insn_sanity
+tools/insn_decoder_test
 purgatory/kexec-purgatory.c
 purgatory/purgatory.ro
 
-- 
2.15.1

      parent reply	other threads:[~2018-02-04  5:55 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-03 12:47 [PATCH] x86/build: Add arch/x86/tools/insn_decoder_test Progyan Bhattacharya
2018-02-03 12:47 ` Progyan Bhattacharya
2018-02-04  5:54 ` Progyan Bhattacharya [this message]

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=20180204055417.5386-1-progyanb@acm.org \
    --to=bprogyan@gmail.com \
    --cc=linux-arch@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.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).