diff mbox series

[05/14] kconfig: remove 'config*' pattern from .gitignnore

Message ID 1517877294-4826-6-git-send-email-yamada.masahiro@socionext.com
State New
Headers show
Series Add Kconfig unit tests | expand

Commit Message

Masahiro Yamada Feb. 6, 2018, 12:34 a.m. UTC
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

Comments

Ulf Magnusson Feb. 7, 2018, 11:43 p.m. UTC | #1
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 mbox series

Patch

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