lkml.org 
[lkml]   [2020]   [Jul]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] .gitignore: Do not track `defconfig` from `make savedefconfig`
On Tue, Jun 30, 2020 at 11:27 PM Paul Menzel <pmenzel@molgen.mpg.de> wrote:
>
> Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
> ---
> .gitignore | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/.gitignore b/.gitignore
> index 87b9dd8a163b..5c1a5349852b 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -142,6 +142,7 @@ x509.genkey
> /allno.config
> /allrandom.config
> /allyes.config
> +/defconfig
>
> # Kdevelop4
> *.kdev4
> --
> 2.27.0
>


all*.config files are used as Kconfig presets,
but 'defconfig' does not belong to them.



Better to update the comment line above?


For example,

# Kconfig presets

-->

# Kconfig presets, savedefconfg output





--
Best Regards
Masahiro Yamada

\
 
 \ /
  Last update: 2020-07-01 17:48    [W:0.049 / U:0.600 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site