projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92f8a92
)
kconfig: refactor .gitignore
author
Masahiro Yamada
<masahiroy@kernel.org>
Sat, 24 Apr 2021 13:55:24 +0000
(22:55 +0900)
committer
Masahiro Yamada
<masahiroy@kernel.org>
Sun, 25 Apr 2021 17:17:39 +0000
(
02:17
+0900)
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>
scripts/kconfig/.gitignore
patch
|
blob
|
blame
|
history
diff --git
a/scripts/kconfig/.gitignore
b/scripts/kconfig/.gitignore
index c3d537cd027541ec3d5e079e47d56afebe969931..500e7424b3ef9d93d8f25de4a984dcae654f13cd 100644
(file)
--- a/
scripts/kconfig/.gitignore
+++ b/
scripts/kconfig/.gitignore
@@
-1,12
+1,5
@@
# SPDX-License-Identifier: GPL-2.0-only
+/conf
+/[gmnq]conf
+/[gmnq]conf-cfg
/qconf-moc.cc
-*conf-cfg
-
-#
-# configuration programs
-#
-conf
-mconf
-nconf
-qconf
-gconf