From 6a53d81243bbe144f27d42bb5ef11ecb12c5d2cb Mon Sep 17 00:00:00 2001 From: Borislav Petkov Date: Tue, 13 Jan 2015 16:22:41 +0900 Subject: gitignore: add all.config 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 Cc: Michal Marek Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds [ imported from Linux Kernel, commit 25fba9bebeb7 ] Signed-off-by: Masahiro Yamada Signed-off-by: Sascha Hauer --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fe29da5023..029520c624 100644 --- a/.gitignore +++ b/.gitignore @@ -89,3 +89,6 @@ GTAGS # patches *.patch + +# Kconfig presets +all.config -- cgit v1.2.3