perf tools: Ignore .config-detected in .gitignore
authorWang Nan <[email protected]>
Wed, 17 Jun 2015 11:59:18 +0000 (11:59 +0000)
committerArnaldo Carvalho de Melo <[email protected]>
Wed, 17 Jun 2015 15:44:55 +0000 (12:44 -0300)
Commit fcfd6611fbccdbf2593bd949097a5c0e45cd96da ("tools build: Add
detected config support") dynamically creates .config-detected. Add it
to .gitignore.

Signed-off-by: Wang Nan <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Zefan Li <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/.gitignore

index 812f904193e8869bf0bd179d5dd36e42d51c35c8..09db62ba5786673d2029d8c6b6f96122daa878a1 100644 (file)
@@ -28,3 +28,4 @@ config.mak.autogen
 *-flex.*
 *.pyc
 *.pyo
+.config-detected