mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] kernel: ignore auto-generated file
@ 2019-07-28 18:20 Matteo Croce
  2019-08-03 16:32 ` Matteo Croce
  0 siblings, 1 reply; 3+ messages in thread
From: Matteo Croce @ 2019-07-28 18:20 UTC (permalink / raw)
  To: linux-kernel

kernel/config_data.h is autogenerated during the build, let's add it to
the directory .gitignore.

Signed-off-by: Matteo Croce <mcroce@redhat.com>
---
 kernel/.gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/.gitignore b/kernel/.gitignore
index 34d1e77ee9df..98e2e22b97d5 100644
--- a/kernel/.gitignore
+++ b/kernel/.gitignore
@@ -4,3 +4,4 @@
 kheaders.md5
 timeconst.h
 hz.bc
+config_data.h
-- 
2.21.0


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

end of thread, other threads:[~2019-08-04  3:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-28 18:20 [PATCH] kernel: ignore auto-generated file Matteo Croce
2019-08-03 16:32 ` Matteo Croce
2019-08-04  3:01   ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®