From: Borislav Petkov <[email protected]> This is used by kbuild to load preset Kconfig options. We need to ignore it, otherwise git clean kills it.
Signed-off-by: Borislav Petkov <[email protected]> Cc: Michal Marek <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> [ imported from Linux Kernel, commit 25fba9bebeb7 ] Signed-off-by: Masahiro Yamada <[email protected]> --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fe29da5..029520c 100644 --- a/.gitignore +++ b/.gitignore @@ -89,3 +89,6 @@ GTAGS # patches *.patch + +# Kconfig presets +all.config -- 1.9.1 _______________________________________________ barebox mailing list [email protected] http://lists.infradead.org/mailman/listinfo/barebox
