All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf: .gitignore: ignore .config-detected.
@ 2015-03-27  5:15 Wang Nan
  0 siblings, 0 replies; only message in thread
From: Wang Nan @ 2015-03-27  5:15 UTC (permalink / raw)
  To: acme, jolsa; +Cc: mingo, namhyung, linux-kernel, lizefan

Commit fcfd6611fbccdbf2593bd949097a5c0e45cd96da ("tools build: Add
detected config support") dynamically creates .config-detected. Add it
to .gitignore.

Signed-off-by: Wang Nan <wangnan0@huawei.com>
---
 tools/perf/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore
index 812f904..09db62b 100644
--- a/tools/perf/.gitignore
+++ b/tools/perf/.gitignore
@@ -28,3 +28,4 @@ config.mak.autogen
 *-flex.*
 *.pyc
 *.pyo
+.config-detected
-- 
1.8.3.4


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-03-27  5:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-27  5:15 [PATCH] perf: .gitignore: ignore .config-detected Wang Nan

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.