mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
perf tools: Ignore .config-detected in .gitignore
Commit fcfd6611fb
("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>
This commit is contained in:
parent
b031220d52
commit
386299735e
1
tools/perf/.gitignore
vendored
1
tools/perf/.gitignore
vendored
@ -28,3 +28,4 @@ config.mak.autogen
|
||||
*-flex.*
|
||||
*.pyc
|
||||
*.pyo
|
||||
.config-detected
|
||||
|
Loading…
Reference in New Issue
Block a user