mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
x86/kprobes: Add arch/x86/tools/insn_sanity to .gitignore
After compiling the kernel, I got: % git status # On branch master # Untracked files: # (use "git add <file>..." to include in what will be committed) # # arch/x86/tools/insn_sanity nothing added to commit but untracked files present (use "git add" to track) it should be added to .gitignore. Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com> Acked-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Link: http://lkml.kernel.org/r/1326628937-27609-1-git-send-email-xiyou.wangcong@gmail.com Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
8d973b624e
commit
a1c611745c
1
arch/x86/.gitignore
vendored
1
arch/x86/.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
boot/compressed/vmlinux
|
boot/compressed/vmlinux
|
||||||
tools/test_get_len
|
tools/test_get_len
|
||||||
|
tools/insn_sanity
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user