Skip to content

Commit 25fba9b

Browse files
suryasaimadhutorvalds
authored andcommitted
gitignore: add all.config
This is used by kbuild to load preset Kconfig options. We need to ignore it, otherwise git clean kills it. Signed-off-by: Borislav Petkov <[email protected]> Cc: Michal Marek <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent a987c7c commit 25fba9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,3 +92,6 @@ extra_certificates
9292
signing_key.priv
9393
signing_key.x509
9494
x509.genkey
95+
96+
# Kconfig presets
97+
all.config

0 commit comments

Comments
 (0)