Skip to content

Commit a1c6117

Browse files
congwangIngo Molnar
authored andcommitted
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]>
1 parent 8d973b6 commit a1c6117

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/x86/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
boot/compressed/vmlinux
22
tools/test_get_len
3+
tools/insn_sanity
34

0 commit comments

Comments
 (0)