All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] .gitignore: add some missing excludes
@ 2019-01-22 15:08 Enrico Weigelt, metux IT consult
  2019-01-22 15:25 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Enrico Weigelt, metux IT consult @ 2019-01-22 15:08 UTC (permalink / raw)
  To: stable

For now they're all catched by ".*", but some folks might remove
that in order to add their own .config file.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
---
 .gitignore                 | 6 ++++++
 scripts/kconfig/.gitignore | 1 +
 2 files changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index 97ba6b7..294452e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,11 +10,14 @@
 # Normal rules (sorted alphabetically)
 #
 .*
+*.cmd
+*.config.old
 *.a
 *.asn1.[ch]
 *.bin
 *.bz2
 *.c.[012]*.*
+.*.d
 *.dtb
 *.dtb.S
 *.dwo
@@ -35,12 +38,15 @@
 *.order
 *.patch
 *.s
+.scmversion
 *.so
 *.so.dbg
 *.su
 *.symtypes
+.tmp_*
 *.tab.[ch]
 *.tar
+*.version
 *.xz
 Module.symvers
 modules.builtin
diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore
index 0aabc1d..db990ae 100644
--- a/scripts/kconfig/.gitignore
+++ b/scripts/kconfig/.gitignore
@@ -2,6 +2,7 @@
 # Generated files
 #
 *.moc
+.mconf-cfg
 
 #
 # configuration programs
-- 
1.9.1


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

* Re: [PATCH] .gitignore: add some missing excludes
  2019-01-22 15:08 [PATCH] .gitignore: add some missing excludes Enrico Weigelt, metux IT consult
@ 2019-01-22 15:25 ` Greg KH
  0 siblings, 0 replies; 3+ messages in thread
From: Greg KH @ 2019-01-22 15:25 UTC (permalink / raw)
  To: Enrico Weigelt, metux IT consult; +Cc: stable

On Tue, Jan 22, 2019 at 04:08:32PM +0100, Enrico Weigelt, metux IT consult wrote:
> For now they're all catched by ".*", but some folks might remove
> that in order to add their own .config file.
> 
> Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
> ---
>  .gitignore                 | 6 ++++++
>  scripts/kconfig/.gitignore | 1 +
>  2 files changed, 7 insertions(+)

Why did you send this here?

This isn't how to send kernel patches, please read the kernel
documentation for how to do that properly.

thanks,

greg k-h

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

* [PATCH] .gitignore: add some missing excludes
@ 2019-01-22 12:01 Enrico Weigelt, metux IT consult
  0 siblings, 0 replies; 3+ messages in thread
From: Enrico Weigelt, metux IT consult @ 2019-01-22 12:01 UTC (permalink / raw)
  To: linux-kernel

For now they're all catched by ".*", but some folks might remove
that in order to add their own .config file.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
---
 .gitignore                 | 6 ++++++
 scripts/kconfig/.gitignore | 1 +
 2 files changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index 97ba6b7..294452e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,11 +10,14 @@
 # Normal rules (sorted alphabetically)
 #
 .*
+*.cmd
+*.config.old
 *.a
 *.asn1.[ch]
 *.bin
 *.bz2
 *.c.[012]*.*
+.*.d
 *.dtb
 *.dtb.S
 *.dwo
@@ -35,12 +38,15 @@
 *.order
 *.patch
 *.s
+.scmversion
 *.so
 *.so.dbg
 *.su
 *.symtypes
+.tmp_*
 *.tab.[ch]
 *.tar
+*.version
 *.xz
 Module.symvers
 modules.builtin
diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore
index 0aabc1d..db990ae 100644
--- a/scripts/kconfig/.gitignore
+++ b/scripts/kconfig/.gitignore
@@ -2,6 +2,7 @@
 # Generated files
 #
 *.moc
+.mconf-cfg
 
 #
 # configuration programs
-- 
1.9.1


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

end of thread, other threads:[~2019-01-22 15:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-22 15:08 [PATCH] .gitignore: add some missing excludes Enrico Weigelt, metux IT consult
2019-01-22 15:25 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2019-01-22 12:01 Enrico Weigelt, metux IT consult

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.