x86/kprobes: Add arch/x86/tools/insn_sanity to .gitignore
authorxiyou.wangcong@gmail.com <xiyou.wangcong@gmail.com>
Sun, 15 Jan 2012 12:02:17 +0000 (20:02 +0800)
committerIngo Molnar <mingo@elte.hu>
Mon, 16 Jan 2012 07:21:59 +0000 (08:21 +0100)
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>
arch/x86/.gitignore

index 028079065af6c55ac518969a6b5c1d8ae321b6c3..7cab8c08e6d1d2eee802397c9bc17ea0f7b1bbc1 100644 (file)
@@ -1,3 +1,4 @@
 boot/compressed/vmlinux
 tools/test_get_len
+tools/insn_sanity