diff options
author | Progyan Bhattacharya <bprogyan@gmail.com> | 2018-02-06 08:15:23 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2018-02-13 16:10:29 +0300 |
commit | 74eb816b21d520ce37ce8aaf03128ca6067bbe22 (patch) | |
tree | 39ecc19d4f6a4b810bf9ee7e93c46e6098ad65ab /arch | |
parent | 295cc7eb314eb3321fb6d67ca6f7305f5c50d10f (diff) | |
download | linux-74eb816b21d520ce37ce8aaf03128ca6067bbe22.tar.xz |
x86/build: Add arch/x86/tools/insn_decoder_test to .gitignore
The file was generated by make command and should not be in the source tree.
Signed-off-by: Progyan Bhattacharya <progyanb@acm.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |