All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] .gitignore: Do not track `defconfig` from `make savedefconfig`
@ 2020-06-30 14:26 Paul Menzel
  2020-06-30 15:34 ` Greg Kroah-Hartman
  2020-07-01 15:46 ` Masahiro Yamada
  0 siblings, 2 replies; 3+ messages in thread
From: Paul Menzel @ 2020-06-30 14:26 UTC (permalink / raw)
  To: Masahiro Yamada, Greg Kroah-Hartman, linux-kernel; +Cc: Paul Menzel

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] .gitignore: Do not track `defconfig` from `make savedefconfig`
  2020-06-30 14:26 [PATCH] .gitignore: Do not track `defconfig` from `make savedefconfig` Paul Menzel
@ 2020-06-30 15:34 ` Greg Kroah-Hartman
  2020-07-01 15:46 ` Masahiro Yamada
  1 sibling, 0 replies; 3+ messages in thread
From: Greg Kroah-Hartman @ 2020-06-30 15:34 UTC (permalink / raw)
  To: Paul Menzel; +Cc: Masahiro Yamada, linux-kernel

On Tue, Jun 30, 2020 at 04:26:53PM +0200, Paul Menzel wrote:
> Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>

I know I require patches to have changelog text in them, maybe other
maintainers are more lax...

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] .gitignore: Do not track `defconfig` from `make savedefconfig`
  2020-06-30 14:26 [PATCH] .gitignore: Do not track `defconfig` from `make savedefconfig` Paul Menzel
  2020-06-30 15:34 ` Greg Kroah-Hartman
@ 2020-07-01 15:46 ` Masahiro Yamada
  1 sibling, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2020-07-01 15:46 UTC (permalink / raw)
  To: Paul Menzel; +Cc: Greg Kroah-Hartman, Linux Kernel Mailing List

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-01 15:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-30 14:26 [PATCH] .gitignore: Do not track `defconfig` from `make savedefconfig` Paul Menzel
2020-06-30 15:34 ` Greg Kroah-Hartman
2020-07-01 15:46 ` Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.