Message ID | 1557233326-13247-1-git-send-email-yamada.masahiro@socionext.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | .gitignore: add more all*.config patterns | expand |
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
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(-)