[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-a1c611745c8c4e8996c1877d4e5d0fc95f227c38@git.kernel.org>
Date: Mon, 16 Jan 2012 01:03:03 -0800
From: "tip-bot for xiyou.wangcong@...il.com" <xiyou.wangcong@...il.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...hat.com,
masami.hiramatsu.pt@...achi.com, tglx@...utronix.de, mingo@...e.hu,
xiyou.wangcong@...il.com
Subject: [tip:perf/urgent] x86/kprobes: Add arch/x86/tools/insn_sanity to .
gitignore
Commit-ID: a1c611745c8c4e8996c1877d4e5d0fc95f227c38
Gitweb: http://git.kernel.org/tip/a1c611745c8c4e8996c1877d4e5d0fc95f227c38
Author: xiyou.wangcong@...il.com <xiyou.wangcong@...il.com>
AuthorDate: Sun, 15 Jan 2012 20:02:17 +0800
Committer: Ingo Molnar <mingo@...e.hu>
CommitDate: Mon, 16 Jan 2012 08:21:59 +0100
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@...il.com>
Acked-by: Masami Hiramatsu <masami.hiramatsu.pt@...achi.com>
Link: http://lkml.kernel.org/r/1326628937-27609-1-git-send-email-xiyou.wangcong@gmail.com
Signed-off-by: Ingo Molnar <mingo@...e.hu>
---
arch/x86/.gitignore | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/arch/x86/.gitignore b/arch/x86/.gitignore
index 0280790..7cab8c0 100644
--- a/arch/x86/.gitignore
+++ b/arch/x86/.gitignore
@@ -1,3 +1,4 @@
boot/compressed/vmlinux
tools/test_get_len
+tools/insn_sanity
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists