summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-05-07 08:48:46 -0400
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-05-07 20:47:46 -0400
commit7fb1fc420f3b1cb27cce5aa1050eb5d9161d0944 (patch)
tree49062c8ebed9d869dc2fb4359c0c99363906b5ab /.gitignore
parent898490c010b5d2e499e03b7e815fc214209ac583 (diff)
.gitignore: add more all*.config patterns
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2fb1765c33b0..d263ca9a276c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -130,7 +130,12 @@ signing_key.x509
130x509.genkey 130x509.genkey
131 131
132# Kconfig presets 132# Kconfig presets
133all.config 133/all.config
134/alldef.config
135/allmod.config
136/allno.config
137/allrandom.config
138/allyes.config
134 139
135# Kdevelop4 140# Kdevelop4
136*.kdev4 141*.kdev4