From: Borislav Petkov Date: Mon, 10 Feb 2014 22:25:45 +0000 (-0800) Subject: gitignore: add all.config X-Git-Tag: v5.15~18447^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=25fba9bebeb79447bbe08dc0e1f441caef9f5644;p=platform%2Fkernel%2Flinux-starfive.git 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 --- diff --git a/.gitignore b/.gitignore index 7e9932e..42fa0d5 100644 --- a/.gitignore +++ b/.gitignore @@ -92,3 +92,6 @@ extra_certificates signing_key.priv signing_key.x509 x509.genkey + +# Kconfig presets +all.config