forked from Minki/linux
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>
This commit is contained in:
parent
92f8a9217a
commit
8ac27f2c6e
13
scripts/kconfig/.gitignore
vendored
13
scripts/kconfig/.gitignore
vendored
@ -1,12 +1,5 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0-only
|
# SPDX-License-Identifier: GPL-2.0-only
|
||||||
|
/conf
|
||||||
|
/[gmnq]conf
|
||||||
|
/[gmnq]conf-cfg
|
||||||
/qconf-moc.cc
|
/qconf-moc.cc
|
||||||
*conf-cfg
|
|
||||||
|
|
||||||
#
|
|
||||||
# configuration programs
|
|
||||||
#
|
|
||||||
conf
|
|
||||||
mconf
|
|
||||||
nconf
|
|
||||||
qconf
|
|
||||||
gconf
|
|
||||||
|
Loading…
Reference in New Issue
Block a user