lkml.org 
[lkml]   [2013]   [Dec]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] gitignore: Add all.config
Date
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


\
 
 \ /
  Last update: 2013-12-06 20:41    [W:0.034 / U:3.120 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site