[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNARM8VWVA4g7S03nRVTcpdw5nL_HpuxN4=VU8-wihF17xg@mail.gmail.com>
Date: Sat, 4 Jul 2020 00:51:01 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Paul Menzel <pmenzel@...gen.mpg.de>
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v2] .gitignore: Do not track `defconfig` from `make savedefconfig`
On Thu, Jul 2, 2020 at 8:12 PM Paul Menzel <pmenzel@...gen.mpg.de> wrote:
>
> Running `make savedefconfig` creates by default `defconfig`, which is,
> currently, on git’s radar, for example, `git status` lists this file as
> untracked.
>
> So, add the file to `.gitignore`, so it’s ignored by git.
>
> Cc: linux-kernel@...r.kernel.org
> Signed-off-by: Paul Menzel <pmenzel@...gen.mpg.de>
> ---
> .gitignore | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index 87b9dd8a163b..f07500889fba 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -143,6 +143,9 @@ x509.genkey
> /allrandom.config
> /allyes.config
>
> +# Kconfig presets, default savedefconfg output
I fixed up the typo, then applied to linux-kbuild. Thanks.
"savedefconfg" -> "savedefconfig"
(sorry, it was my typo.)
> +/defconfig
> +
> # Kdevelop4
> *.kdev4
>
> --
> 2.27.0
>
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists