[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1386356626-7791-1-git-send-email-bp@alien8.de>
Date: Fri, 6 Dec 2013 20:03:46 +0100
From: Borislav Petkov <bp@...en8.de>
To: LKML <linux-kernel@...r.kernel.org>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Borislav Petkov <bp@...e.de>
Subject: [PATCH] gitignore: Add all.config
From: Borislav Petkov <bp@...e.de>
This is used by kbuild to force-enable .config values. Ignore it
otherwise git clean kills it.
Signed-off-by: Borislav Petkov <bp@...e.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists