* [PATCH] gitignore: Add all.config
@ 2013-12-06 19:03 Borislav Petkov
2014-02-05 23:53 ` [PATCH -v1.1] " Borislav Petkov
0 siblings, 1 reply; 2+ messages in thread
From: Borislav Petkov @ 2013-12-06 19:03 UTC (permalink / raw)
To: LKML; +Cc: Andrew Morton, Borislav Petkov
From: Borislav Petkov <bp@suse.de>
This is used by kbuild to force-enable .config values. Ignore it
otherwise git clean kills it.
Signed-off-by: Borislav Petkov <bp@suse.de>
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 7e9932e55475..c479bef6910b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -92,3 +92,6 @@ extra_certificates
signing_key.priv
signing_key.x509
x509.genkey
+
+# used by kbuild
+all.config
--
1.8.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH -v1.1] gitignore: Add all.config
2013-12-06 19:03 [PATCH] gitignore: Add all.config Borislav Petkov
@ 2014-02-05 23:53 ` Borislav Petkov
0 siblings, 0 replies; 2+ messages in thread
From: Borislav Petkov @ 2014-02-05 23:53 UTC (permalink / raw)
To: Andrew Morton; +Cc: LKML, Borislav Petkov
From: Borislav Petkov <bp@suse.de>
This is used by kbuild to load preset Kconfig options. We need to ignore
it, otherwise git clean kills it.
Signed-off-by: Borislav Petkov <bp@suse.de>
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index 7e9932e55475..42fa0d5626a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -92,3 +92,6 @@ extra_certificates
signing_key.priv
signing_key.x509
x509.genkey
+
+# Kconfig presets
+all.config
--
1.8.5.2.192.g7794a68
--
Regards/Gruss,
Boris.
Sent from a fat crate under my desk. Formatting is fine.
--
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-05 23:53 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-06 19:03 [PATCH] gitignore: Add all.config Borislav Petkov
2014-02-05 23:53 ` [PATCH -v1.1] " Borislav Petkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox