linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] kconfig: ignore auto-generated file
@ 2019-07-28 18:23 Matteo Croce
  2019-08-03 16:30 ` Matteo Croce
  0 siblings, 1 reply; 4+ messages in thread
From: Matteo Croce @ 2019-07-28 18:23 UTC (permalink / raw)
  To: linux-kernel

scripts/kconfig/zconf.hash.c is autogenerated during the build,
let's add it to the directory .gitignore.

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

diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore
index b5bf92f66d11..2de0948749a0 100644
--- a/scripts/kconfig/.gitignore
+++ b/scripts/kconfig/.gitignore
@@ -3,6 +3,7 @@
 #
 *.moc
 *conf-cfg
+zconf.hash.c
 
 #
 # configuration programs
-- 
2.21.0


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

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

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).