All of lore.kernel.org
 help / color / mirror / Atom feed
* [merged] gitignore-add-allconfig.patch removed from -mm tree
@ 2014-02-11 19:23 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2014-02-11 19:23 UTC (permalink / raw)
  To: mm-commits, mmarek, bp

Subject: [merged] gitignore-add-allconfig.patch removed from -mm tree
To: bp@suse.de,mmarek@suse.cz,mm-commits@vger.kernel.org
From: akpm@linux-foundation.org
Date: Tue, 11 Feb 2014 11:23:40 -0800


The patch titled
     Subject: gitignore: add all.config
has been removed from the -mm tree.  Its filename was
     gitignore-add-allconfig.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
From: Borislav Petkov <bp@suse.de>
Subject: gitignore: add all.config

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>
Cc: Michal Marek <mmarek@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 .gitignore |    3 +++
 1 file changed, 3 insertions(+)

diff -puN .gitignore~gitignore-add-allconfig .gitignore
--- a/.gitignore~gitignore-add-allconfig
+++ a/.gitignore
@@ -92,3 +92,6 @@ extra_certificates
 signing_key.priv
 signing_key.x509
 x509.genkey
+
+# Kconfig presets
+all.config
_

Patches currently in -mm which might be from bp@suse.de are

origin.patch
linux-next.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-02-11 19:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-11 19:23 [merged] gitignore-add-allconfig.patch removed from -mm tree akpm

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.