From mboxrd@z Thu Jan 1 00:00:00 1970 From: Progyan Bhattacharya Subject: [PATCH] x86/build: Add arch/x86/tools/insn_decoder_test Date: Sat, 3 Feb 2018 18:17:54 +0530 Message-ID: <20180203124754.4314-1-progyanb@acm.org> Return-path: Sender: linux-kernel-owner@vger.kernel.org To: linux-arch@vger.kernel.org Cc: linux-kernel@vger.kernel.org List-Id: linux-arch.vger.kernel.org The file was generated by make command and should not be in source tree Signed-off-by: Progyan Bhattacharya --- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f194.google.com ([209.85.192.194]:46606 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751617AbeBCMsR (ORCPT ); Sat, 3 Feb 2018 07:48:17 -0500 From: Progyan Bhattacharya Subject: [PATCH] x86/build: Add arch/x86/tools/insn_decoder_test Date: Sat, 3 Feb 2018 18:17:54 +0530 Message-ID: <20180203124754.4314-1-progyanb@acm.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: linux-arch@vger.kernel.org Cc: linux-kernel@vger.kernel.org Message-ID: <20180203124754.sLI-h2in8KReUoMf1b40Q5NrKFCJMMqLp8pQL1HQ6qE@z> The file was generated by make command and should not be in source tree Signed-off-by: Progyan Bhattacharya --- 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