All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf build: Add fixdep to .gitignore
@ 2015-10-15  8:51 Yunlong Song
  2015-10-20  2:42 ` Yunlong Song
  2015-10-22  9:21 ` [tip:perf/core] " tip-bot for Yunlong Song
  0 siblings, 2 replies; 3+ messages in thread
From: Yunlong Song @ 2015-10-15  8:51 UTC (permalink / raw)
  To: a.p.zijlstra, paulus, mingo, acme
  Cc: linux-kernel, wangnan0, namhyung, ast, masami.hiramatsu.pt,
	kan.liang, adrian.hunter, jolsa, dsahern

Commit 7c422f5572667fef0db38d2046ecce69dcf0afc8 ("tools build: Build fixdep
helper from perf and basic libs") dynamically creates fixdep during the perf
building. Add it to .gitignore.

Signed-off-by: Yunlong Song <yunlong.song@huawei.com>
---
 tools/build/.gitignore | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 tools/build/.gitignore

diff --git a/tools/build/.gitignore b/tools/build/.gitignore
new file mode 100644
index 0000000..a776371
--- /dev/null
+++ b/tools/build/.gitignore
@@ -0,0 +1 @@
+fixdep
-- 
1.8.5.2


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

end of thread, other threads:[~2015-10-22  9:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-15  8:51 [PATCH] perf build: Add fixdep to .gitignore Yunlong Song
2015-10-20  2:42 ` Yunlong Song
2015-10-22  9:21 ` [tip:perf/core] " tip-bot for Yunlong Song

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.