Skip to content
Commit 3a51ff34 authored by Vladimir Kondratiev's avatar Vladimir Kondratiev Committed by Masahiro Yamada
Browse files

kbuild: gitignore output directory



When compiling into output directory using O=, many files
created under KBUILD_OUTPUT that git considers
as new ones; git clients, ex. "git gui" lists it, and it clutters
file list making it difficult to see what was really changed

Generate .gitignore in output directory that ignores all
its content

Signed-off-by: default avatarVladimir Kondratiev <vladimir.kondratiev@linux.intel.com>
Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
parent 4f1c1008
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment