Message ID | 1517877294-4826-6-git-send-email-yamada.masahiro@socionext.com |
---|---|
State | New |
Headers | show |
Series | Add Kconfig unit tests | expand |
On Tue, Feb 6, 2018 at 1:34 AM, Masahiro Yamada <yamada.masahiro@socionext.com> wrote: > I could not figure out why this pattern should be ignored. > Checking commit 1e65174a3378 ("Add some basic .gitignore files") > did not help. > > Let's remove this pattern, then see if it is really needed. > > Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> > --- > > scripts/kconfig/.gitignore | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore > index 51f1c87..a76856e 100644 > --- a/scripts/kconfig/.gitignore > +++ b/scripts/kconfig/.gitignore > @@ -1,7 +1,6 @@ > # > # Generated files > # > -config* > *.lex.c > *.tab.c > *.tab.h > -- > 2.7.4 > Reviewed-by: Ulf Magnusson <ulfalizer@gmail.com>
diff --git a/scripts/kconfig/.gitignore b/scripts/kconfig/.gitignore index 51f1c87..a76856e 100644 --- a/scripts/kconfig/.gitignore +++ b/scripts/kconfig/.gitignore @@ -1,7 +1,6 @@ # # Generated files # -config* *.lex.c *.tab.c *.tab.h
I could not figure out why this pattern should be ignored. Checking commit 1e65174a3378 ("Add some basic .gitignore files") did not help. Let's remove this pattern, then see if it is really needed. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> --- scripts/kconfig/.gitignore | 1 - 1 file changed, 1 deletion(-) -- 2.7.4