diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-02-06 09:34:45 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-02-09 04:10:09 +0900 |
commit | cd58a91def2accba1a07960889e89a63d372119a (patch) | |
tree | 2ef42064705ddb95e1b5948f02a955ec69c5a897 /scripts | |
parent | 4f208f392103e8d5bcc7558dba69348b27d8ce42 (diff) | |
download | op-kernel-dev-cd58a91def2accba1a07960889e89a63d372119a.zip op-kernel-dev-cd58a91def2accba1a07960889e89a63d372119a.tar.gz |
kconfig: remove 'config*' pattern from .gitignnore
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>
Reviewed-by: Ulf Magnusson <ulfalizer@gmail.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kconfig/.gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
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 |