diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-05-07 21:48:46 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-05-08 09:47:46 +0900 |
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 x509.genkey # Kconfig presets -all.config +/all.config +/alldef.config +/allmod.config +/allno.config +/allrandom.config +/allyes.config # Kdevelop4 *.kdev4 |