diff options
author | [email protected] <[email protected]> | 2012-01-15 20:02:17 +0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2012-01-16 08:21:59 +0100 |
commit | a1c611745c8c4e8996c1877d4e5d0fc95f227c38 (patch) | |
tree | 706dfcb1ade66980a741cec3c11ed4b8c0ab7afd | |
parent | 8d973b624ece3b85cfae9474935795d034f72faf (diff) |
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 <[email protected]>
Acked-by: Masami Hiramatsu <[email protected]>
Link: http://lkml.kernel.org/r/[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 028079065af6..7cab8c08e6d1 100644 --- a/arch/x86/.gitignore +++ b/arch/x86/.gitignore @@ -1,3 +1,4 @@ boot/compressed/vmlinux tools/test_get_len +tools/insn_sanity |