aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/.gitignore
diff options
context:
space:
mode:
authorWang Nan <wangnan0@huawei.com>2015-06-17 11:59:18 +0000
committerArnaldo Carvalho de Melo <acme@redhat.com>2015-06-17 12:44:55 -0300
commit386299735e7056455bcead28f6ffa4357116ce38 (patch)
tree4cc754ccbc7cd6a126ee90d849e980292981c8d6 /tools/perf/.gitignore
parentperf probe: Fix to return error if no probe is added (diff)
downloadlinux-dev-386299735e7056455bcead28f6ffa4357116ce38.tar.xz
linux-dev-386299735e7056455bcead28f6ffa4357116ce38.zip
perf tools: Ignore .config-detected in .gitignore
Commit fcfd6611fbccdbf2593bd949097a5c0e45cd96da ("tools build: Add detected config support") dynamically creates .config-detected. Add it to .gitignore. Signed-off-by: Wang Nan <wangnan0@huawei.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Zefan Li <lizefan@huawei.com> Link: http://lkml.kernel.org/r/1434542358-5430-1-git-send-email-wangnan0@huawei.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/.gitignore')
-rw-r--r--tools/perf/.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/.gitignore b/tools/perf/.gitignore
index 812f904193e8..09db62ba5786 100644
--- a/tools/perf/.gitignore
+++ b/tools/perf/.gitignore
@@ -28,3 +28,4 @@ config.mak.autogen
*-flex.*
*.pyc
*.pyo
+.config-detected