lkml.org 
[lkml]   [2019]   [May]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] .gitignore: add more all*.config patterns
Date
For completeness, ignore all the allconfig variants.

I added a leading slash because they are only searched in the
top of the tree.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

.gitignore | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 2fb1765..d263ca9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -130,7 +130,12 @@ signing_key.x509
x509.genkey

# Kconfig presets
-all.config
+/all.config
+/alldef.config
+/allmod.config
+/allno.config
+/allrandom.config
+/allyes.config

# Kdevelop4
*.kdev4
--
2.7.4
\
 
 \ /
  Last update: 2019-05-07 14:50    [W:0.035 / U:0.664 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site