diff options
author | Progyan Bhattacharya <[email protected]> | 2018-02-06 10:45:23 +0530 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2018-02-13 14:10:29 +0100 |
commit | 74eb816b21d520ce37ce8aaf03128ca6067bbe22 (patch) | |
tree | 39ecc19d4f6a4b810bf9ee7e93c46e6098ad65ab | |
parent | 295cc7eb314eb3321fb6d67ca6f7305f5c50d10f (diff) |
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 <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
-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 |