diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-05-07 08:48:46 -0400 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-05-07 20:47:46 -0400 |
commit | 7fb1fc420f3b1cb27cce5aa1050eb5d9161d0944 (patch) | |
tree | 49062c8ebed9d869dc2fb4359c0c99363906b5ab /.gitignore | |
parent | 898490c010b5d2e499e03b7e815fc214209ac583 (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-- | .gitignore | 7 |
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 | |||
130 | x509.genkey | 130 | x509.genkey |
131 | 131 | ||
132 | # Kconfig presets | 132 | # Kconfig presets |
133 | all.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 |