diff options
author | Masahiro Yamada <[email protected]> | 2018-02-06 09:34:45 +0900 |
---|---|---|
committer | Masahiro Yamada <[email protected]> | 2018-02-09 04:10:09 +0900 |
commit | cd58a91def2accba1a07960889e89a63d372119a (patch) | |
tree | 2ef42064705ddb95e1b5948f02a955ec69c5a897 | |
parent | 4f208f392103e8d5bcc7558dba69348b27d8ce42 (diff) |
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 <[email protected]>
Reviewed-by: Ulf Magnusson <[email protected]>
-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 51f1c877b543..a76856e559c0 100644 --- a/scripts/kconfig/.gitignore +++ b/scripts/kconfig/.gitignore @@ -1,7 +1,6 @@ # # Generated files # -config* *.lex.c *.tab.c *.tab.h |