commit | 8ac27f2c6eac1f140531411e404fb3ba23339ba5 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Sat Apr 24 22:55:24 2021 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Mon Apr 26 02:17:39 2021 +0900 |
tree | 305fef5ee0adcc56f41ff14adf52713cbab9c0d0 | |
parent | 92f8a9217a1215cc3d71e82d5d1cde0793cf0501 [diff] |
kconfig: refactor .gitignore Add '/' prefix to clarify that the generated files exist right under scripts/kconfig/, but not in any sub-directory. Replace '*conf-cfg' with '[gmnq]conf-cfg' to make it explicit, and still short enough. Use '[gmnq]conf' to combine gconf, mconf, nconf, and qconf. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>