All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch] x86: add arch/x86/tools/insn_sanity to .gitignore
@ 2012-01-15 12:02 xiyou.wangcong
  2012-01-16  0:19 ` Masami Hiramatsu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: xiyou.wangcong @ 2012-01-15 12:02 UTC (permalink / raw)
  To: linux-kernel
  Cc: Andrew Morton, Masami Hiramatsu, WANG Cong, Thomas Gleixner,
	Ingo Molnar, H. Peter Anvin, x86

After compiling 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.

Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>

---
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
 

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-01-16  9:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-15 12:02 [Patch] x86: add arch/x86/tools/insn_sanity to .gitignore xiyou.wangcong
2012-01-16  0:19 ` Masami Hiramatsu
2012-01-16  0:31 ` Masami Hiramatsu
2012-01-16  9:03 ` [tip:perf/urgent] x86/kprobes: Add arch/x86/tools/insn_sanity to . gitignore tip-bot for xiyou.wangcong@gmail.com

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.