Skip to content

Commit 8ac27f2

Browse files
committed
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 <[email protected]>
1 parent 92f8a92 commit 8ac27f2

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

scripts/kconfig/.gitignore

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# SPDX-License-Identifier: GPL-2.0-only
2+
/conf
3+
/[gmnq]conf
4+
/[gmnq]conf-cfg
25
/qconf-moc.cc
3-
*conf-cfg
4-
5-
#
6-
# configuration programs
7-
#
8-
conf
9-
mconf
10-
nconf
11-
qconf
12-
gconf

0 commit comments

Comments
 (0)