Skip to content

Commit

Permalink
kconfig: remove 'config*' pattern from .gitignnore
Browse files Browse the repository at this point in the history
I could not figure out why this pattern should be ignored.
Checking commit 1e65174 ("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>
Reviewed-by: Ulf Magnusson <ulfalizer@gmail.com>
  • Loading branch information
Masahiro Yamada committed Feb 8, 2018
1 parent 4f208f3 commit cd58a91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/kconfig/.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#
# Generated files
#
config*
*.lex.c
*.tab.c
*.tab.h
Expand Down

0 comments on commit cd58a91

Please sign in to comment.