kconfig: remove 'config*' pattern from .gitignnore
"Linux Kernel Mailing List" <[email protected]>
| Newsgroups | gmane.linux.kernel.commits.head |
|---|---|
| Message-ID | <[email protected]> |
Web: https://git.kernel.org/torvalds/c/cd58a91def2accba1a07960889e89a63d372119a Commit: cd58a91def2accba1a07960889e89a63d372119a Parent: 4f208f392103e8d5bcc7558dba69348b27d8ce42 Refname: refs/heads/master Author: Masahiro Yamada <[email protected]> AuthorDate: Tue Feb 6 09:34:45 2018 +0900 Committer: Masahiro Yamada <[email protected]> CommitDate: Fri Feb 9 04:10:09 2018 +0900 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]> --- scripts/kconfig/.gitignore | 1 - 1 file changed, 1 deletion(-) 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 -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html